Skip to content

Commit 55c2b20

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

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,10 @@ jobs:
1919
- name: Set-up Mise
2020
uses: jdx/mise-action@v3
2121
with:
22-
install_args: node@${{ matrix.node-version }}
22+
mise_toml: |
23+
[tools]
24+
node = "${{ matrix.node-version }}"
25+
yarn = "4"
2326
- run: yarn install --immutable
2427
- run: yarn format:check
2528
- run: yarn build

0 commit comments

Comments
 (0)