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 2e3a3c0 commit c43bfc1Copy full SHA for c43bfc1
1 file changed
.github/workflows/deploy.yml
@@ -70,6 +70,9 @@ jobs:
70
with:
71
node-version: '22.x'
72
73
+ - name: Upgrade npm for OIDC trusted publishing
74
+ run: npm install -g npm@latest
75
+
76
- name: Install dependencies
77
run: npm ci
78
0 commit comments