mirror of
https://github.com/stoatchat/javascript-client-sdk.git
synced 2026-07-20 01:23:33 -04:00
use yarn instead
/shrug
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user