We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d3cb9ef + 05f318d commit 9720c09Copy full SHA for 9720c09
1 file changed
.github/workflows/publish.yml
@@ -18,6 +18,9 @@ jobs:
18
node-version: 22
19
registry-url: https://registry.npmjs.org
20
21
+ - name: Update npm for trusted publishing (OIDC)
22
+ run: npm install -g npm@latest
23
+
24
- run: npm install
25
- run: npm run build
26
- run: npm test
0 commit comments