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 029fe12 commit 2b11107Copy full SHA for 2b11107
1 file changed
.github/workflows/publish.yml
@@ -37,6 +37,7 @@ jobs:
37
node-version: 22.x
38
registry-url: 'https://registry.npmjs.org'
39
cache: 'npm'
40
+ - run: npm i -g npm@latest
41
- run: npm ci
42
- name: Build
43
run: npm run build
0 commit comments