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 e668b1b commit 4830019Copy full SHA for 4830019
.github/workflows/publish.yml
@@ -73,6 +73,9 @@ jobs:
73
cache: 'npm'
74
registry-url: 'https://registry.npmjs.org'
75
76
+ # Ensure npm 11.5.1 or later is installed for trusted publishing support
77
+ - name: Update npm
78
+ run: npm install -g npm@latest
79
- name: Install dependencies
80
run: npm ci --legacy-peer-deps
81
- name: Configure git
@@ -250,6 +253,9 @@ jobs:
250
253
251
254
252
255
256
257
258
259
260
261
0 commit comments