Skip to content

Commit

Permalink
chore(mise.toml): set settings.experimental to true
Browse files Browse the repository at this point in the history
  • Loading branch information
risu729 committed Nov 8, 2024
1 parent 93f5a39 commit b4c9814
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ jobs:
# backends are required to run mise list
# cspell:ignore binstall
install_args: bun node cargo-binstall
experimental: true

- name: Install package.json dependencies
run: mise run buni:root
Expand Down Expand Up @@ -76,7 +75,6 @@ jobs:
with:
version: 2024.11.4
install_args: ${{ matrix.tools }}
experimental: true

- name: Run ${{ matrix.name }}
run: mise run ${{ matrix.task }}
Expand All @@ -98,7 +96,6 @@ jobs:
with:
version: 2024.11.4
install_args: bun node
experimental: true

- name: Install package.json dependencies
run: mise run buni:root
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/worker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ jobs:
with:
version: 2024.11.4
install_args: bun
experimental: true

- name: Run tests
run: mise run worker:test:ci
Expand Down Expand Up @@ -71,7 +70,6 @@ jobs:
with:
version: 2024.11.4
install_args: bun
experimental: true

- name: Install package.json dependencies
run: mise run buni:worker
Expand Down
3 changes: 3 additions & 0 deletions mise.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@

min_version = "2024.11.4"

[settings]
experimental = true

[tools]
bun = "1.1.34"
node = "23.1.0"
Expand Down

0 comments on commit b4c9814

Please sign in to comment.