use yarn instead

/shrug
This commit is contained in:
KeepSOBP
2021-09-24 21:07:08 +09:00
committed by GitHub
parent d93dc01b76
commit 18830c4711
+3 -3
View File
@@ -20,6 +20,6 @@ jobs:
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm install
- run: npm run typecheck
cache: 'yarn'
- run: yarn install
- run: yarn run typecheck