Use npm i instead of ci.

This commit is contained in:
Paul
2021-09-24 12:09:23 +01:00
parent 3349936857
commit d93dc01b76
+1 -1
View File
@@ -21,5 +21,5 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm ci
- run: npm install
- run: npm run typecheck