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 4a4c19e commit 9ac10bdCopy full SHA for 9ac10bd
.github/workflows/release.yml
@@ -188,12 +188,17 @@ jobs:
188
with:
189
submodules: true
190
191
- - name: Setup Node.js
+ - name: Setup npm with Node.js 20
192
uses: actions/setup-node@v4
193
194
+ cache: npm
195
+ node-version: 20
196
token: ${{ secrets.NPM_TOKEN }}
197
registry-url: 'https://registry.npmjs.org'
198
199
+ - name: Install dependencies
200
+ run: npm ci --ignore-scripts
201
+
202
- name: Download artifacts
203
id: download-artifact
204
uses: actions/download-artifact@v4
0 commit comments