Skip to content

Commit bcd3b0b

Browse files
committed
Pin npm in CI
1 parent 950a59f commit bcd3b0b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
cache: npm
2222

2323
- name: Update npm
24-
run: npm install -g npm@latest
24+
run: npm install -g npm@11.11.1
2525

2626
- run: npm ci
2727
- name: test

0 commit comments

Comments
 (0)