We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d0f7503 + 099e844 commit 52993d1Copy full SHA for 52993d1
1 file changed
.github/workflows/release.yml
@@ -24,6 +24,9 @@ jobs:
24
registry-url: 'https://registry.npmjs.org'
25
cache: 'pnpm'
26
27
+ - name: Update npm to support Trusted Publishers
28
+ run: npm install -g npm@11.5.1
29
+
30
- name: Install dependencies
31
run: pnpm install --frozen-lockfile
32
0 commit comments