Skip to content

Commit dd84f8d

Browse files
committed
fix: another attempt at upgrading npm
1 parent e973160 commit dd84f8d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
registry-url: "https://registry.npmjs.org"
2626
scope: "@reflag"
2727
- name: update npm - remove this once we upgrade Node.js
28-
run: npm update
28+
run: npm install -g npm@11.8.0
2929
- name: npm version
3030
run: npm version
3131
- name: Install dependencies

0 commit comments

Comments
 (0)