We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9471daf commit e3c88b2Copy full SHA for e3c88b2
1 file changed
.github/workflows/release.yml
@@ -25,6 +25,9 @@ jobs:
25
with:
26
node-version: 22
27
28
+ - name: update npm
29
+ run: npm update -g npm
30
+
31
- name: Install Dependencies
32
run: npm install
33
0 commit comments