We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb8b05b commit 82884d8Copy full SHA for 82884d8
1 file changed
.github/workflows/publish.yml
@@ -33,8 +33,6 @@ jobs:
33
with:
34
node-version: '24'
35
cache: 'npm'
36
- - name: Update npm
37
- run: npm install -g npm@latest
38
- name: Install packages
39
run: npm ci --ignore-scripts
40
- name: Build project
0 commit comments