We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 592d0d2 commit 961d20eCopy full SHA for 961d20e
1 file changed
.github/workflows/npm-release.yml
@@ -67,6 +67,10 @@ jobs:
67
with:
68
node-version: lts/*
69
70
+ # Ensure npm 11.5.1 or later is installed
71
+ - name: Update npm
72
+ run: npm install -g npm@latest
73
+
74
# Install action dependencies
75
- name: Install action dependencies
76
run: npm i --no-package-lock --no-fund --force --omit=dev
0 commit comments