Skip to content

Commit 8283323

Browse files
committed
_
Signed-off-by: Sora Morimoto <[email protected]>
1 parent 09d70f8 commit 8283323

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,7 @@ jobs:
1919
- name: Set-up Mise
2020
uses: jdx/mise-action@v3
2121
with:
22-
mise_toml: |
23-
[tools]
24-
node = "${{ matrix.node-version }}"
22+
install_args: node@${{ matrix.node-version }}
2523
- run: yarn install --immutable
2624
- run: yarn format:check
2725
- run: yarn build

0 commit comments

Comments
 (0)