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.
2 parents 2e3a3c0 + c43bfc1 commit be97992Copy full SHA for be97992
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