We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c9fdd6 commit c71ab2bCopy full SHA for c71ab2b
1 file changed
.github/workflows/build.yml
@@ -1,6 +1,12 @@
1
name: Build
2
on: [push, pull_request]
3
4
+permissions:
5
+ contents: write
6
+ packages: write
7
+ attestations: write
8
+ id-token: write
9
+
10
jobs:
11
build:
12
runs-on: ubuntu-latest
@@ -59,12 +65,11 @@ jobs:
59
65
if: github.ref_type == 'tag'
60
66
uses: actions/setup-node@v6
61
67
with:
68
+ node-version: '24'
62
69
registry-url: https://registry.npmjs.org
63
70
- name: Publish packages (npmjs.com)
64
71
72
run: npm publish --access public
- env:
- NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
73
74
# Publish
75
- name: Connect to registry (GitHub)
0 commit comments