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 48a6f68 commit 8e79494Copy full SHA for 8e79494
1 file changed
.github/workflows/release.yml
@@ -21,6 +21,9 @@ jobs:
21
registry-url: https://registry.npmjs.org
22
cache: npm
23
24
+ - name: Upgrade npm for trusted publishing
25
+ run: npm install -g npm@latest
26
+
27
- run: npm ci
28
29
- name: Lint
0 commit comments