We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3b71f9 commit 0fbbb8bCopy full SHA for 0fbbb8b
.github/workflows/continuous-integration.yml
@@ -47,7 +47,7 @@ jobs:
47
path: temp/npm-cache
48
key: npm-cache-${{ matrix.os }} ${{ matrix.node }}-${{ hashFiles('package-lock.json') }}
49
# restore-keys: npm-cache-${{ matrix.os }} ${{ matrix.node }}-
50
- - run: npm ci
+ - run: npm install
51
52
# # install version to test against
53
# - name: Use Node.js ${{ matrix.node }}
0 commit comments