We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e973160 commit dd84f8dCopy full SHA for dd84f8d
1 file changed
.github/workflows/publish.yml
@@ -25,7 +25,7 @@ jobs:
25
registry-url: "https://registry.npmjs.org"
26
scope: "@reflag"
27
- name: update npm - remove this once we upgrade Node.js
28
- run: npm update
+ run: npm install -g npm@11.8.0
29
- name: npm version
30
run: npm version
31
- name: Install dependencies
0 commit comments