Skip to content

Commit 0b6eaaf

Browse files
committed
Test dropping the odd old NPM version used in CI
Also drops the npm --no-package-lock argument, since that's set by .npmrc anyway.
1 parent ec584f5 commit 0b6eaaf

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/ci.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,7 @@ jobs:
1919
cache: 'npm'
2020
cache-dependency-path: 'package.json'
2121

22-
- run: npm install -g npm@6
23-
24-
- run: npm install --no-package-lock
22+
- run: npm install
2523
- run: npm run ci-tests
2624

2725
- name: Deploy docs

0 commit comments

Comments
 (0)