Skip to content

Commit 208c25a

Browse files
committed
Pin npm version in CI
1 parent 01a4dae commit 208c25a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
node-version: ${{ matrix.node-version }}
2020
- name: Update npm to the latest version
21-
run: npm install -g npm@latest
21+
run: npm install -g npm@next-9
2222
- name: Install packages that are used in this pipeline
2323
run: npm install --global ajv-cli wait-on
2424
- run: npm install

0 commit comments

Comments
 (0)