We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 208c7af commit ce41b47Copy full SHA for ce41b47
1 file changed
.github/workflows/release.yml
@@ -27,6 +27,9 @@ jobs:
27
registry-url: "https://registry.npmjs.org"
28
cache: pnpm
29
30
+ # Trusted Publishing
31
+ - run: npm install -g npm@latest
32
+
33
- name: Install dependencies
34
run: pnpm install
35
0 commit comments