We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 963e580 commit a2292a7Copy full SHA for a2292a7
1 file changed
.github/workflows/publish.yml
@@ -22,6 +22,9 @@ jobs:
22
registry-url: 'https://registry.npmjs.org'
23
always-auth: false
24
25
+ - name: Update npm
26
+ run: npm install -g npm@latest
27
+
28
- name: Install dependencies
29
run: npm ci
30
0 commit comments