Skip to content

Commit 0fbbb8b

Browse files
committed
npm install to support old npm
1 parent b3b71f9 commit 0fbbb8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
path: temp/npm-cache
4848
key: npm-cache-${{ matrix.os }} ${{ matrix.node }}-${{ hashFiles('package-lock.json') }}
4949
# restore-keys: npm-cache-${{ matrix.os }} ${{ matrix.node }}-
50-
- run: npm ci
50+
- run: npm install
5151

5252
# # install version to test against
5353
# - name: Use Node.js ${{ matrix.node }}

0 commit comments

Comments
 (0)