Skip to content

Commit b337a81

Browse files
author
Hidetaka Okamoto
committed
chore: update ci commands
1 parent 7ea1c6d commit b337a81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
uses: actions/setup-node@v2
2626
with:
2727
node-version: ${{ matrix.node-version }}
28-
cache: 'npm'
28+
cache: 'yarn'
2929
- run: yarn
3030
- run: yarn run lint
3131
- run: yarn run test -- --ci

0 commit comments

Comments
 (0)