We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30838e7 commit 36b4972Copy full SHA for 36b4972
1 file changed
.github/workflows/npm-publish.yml
@@ -17,7 +17,8 @@ jobs:
17
with:
18
node-version: 20
19
registry-url: https://registry.npmjs.org/
20
-
+ - name: Update npm
21
+ run: npm install -g npm@latest
22
- run: npm ci
23
- run: npm run build-themes
24
- run: npm publish
0 commit comments