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 6664ce1 commit 4d917e9Copy full SHA for 4d917e9
1 file changed
.github/workflows/release.yml
@@ -31,9 +31,6 @@ jobs:
31
node-version-file: package.json
32
registry-url: "https://registry.npmjs.org"
33
34
- - name: Update npm
35
- run: npm install -g npm@11.15.0
36
-
37
- name: Install dependencies
38
run: npm ci --ignore-scripts
39
@@ -75,12 +72,12 @@ jobs:
75
72
node-version: 22
76
73
77
74
78
79
80
81
82
83
+ - name: Update npm
+ run: npm install -g npm@11.15.0
+
84
- name: Build package
85
run: npm run build
86
0 commit comments