We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a3ea13 commit 457ae67Copy full SHA for 457ae67
.github/workflows/release.yml
@@ -18,6 +18,8 @@ jobs:
18
with:
19
node-version: 20
20
registry-url: https://registry.npmjs.org
21
+ # Ensure npm 11.5.1 or later for trusted publishing
22
+ - run: npm install -g npm@latest
23
- uses: actions/cache@v4
24
25
path: ~/.npm
0 commit comments