Skip to content

Commit 72a1cfc

Browse files
committed
pin npm version in CI
1 parent 080fa8b commit 72a1cfc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545

4646
# Ensure npm 11.5.1 or later is installed (for OIDC)
4747
- name: Update npm
48-
run: npm install -g npm@latest
48+
run: npm install -g npm@11.6.4
4949

5050
- name: Install dependencies
5151
run: npm ci

0 commit comments

Comments
 (0)