Skip to content

Commit 09d70f8

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
mise_toml: |
2323
[tools]
24-
node = ${{ matrix.node-version }}
24+
node = "${{ matrix.node-version }}"
2525
- run: yarn install --immutable
2626
- run: yarn format:check
2727
- run: yarn build

0 commit comments

Comments
 (0)