We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1c10d2 commit ca6cea3Copy full SHA for ca6cea3
1 file changed
.github/workflows/release.yml
@@ -82,6 +82,7 @@ jobs:
82
runs-on: ubuntu-latest
83
permissions:
84
id-token: write # required for npm trusted publishing (OIDC)
85
+ contents: read
86
87
steps:
88
- uses: actions/checkout@v4
@@ -120,9 +121,9 @@ jobs:
120
121
- name: Setup Node.js
122
uses: actions/setup-node@v4
123
with:
- node-version: '20'
124
+ node-version: '24'
125
registry-url: 'https://registry.npmjs.org'
126
127
- name: Publish to npm
128
if: startsWith(github.ref, 'refs/tags/v')
- run: cd npm && npm publish --access public --provenance
129
+ run: cd npm && npm publish --access public
0 commit comments