We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b0e42b commit b41f708Copy full SHA for b41f708
1 file changed
.github/workflows/publish.yml
@@ -4,20 +4,21 @@ on:
4
push:
5
branches: [main]
6
7
+permissions:
8
+ id-token: write
9
+ contents: read
10
+
11
jobs:
12
publish:
13
runs-on: ubuntu-latest
- permissions:
- id-token: write
14
steps:
15
- uses: actions/checkout@v4
16
17
- uses: pnpm/action-setup@v4
18
19
- uses: actions/setup-node@v4
20
with:
- node-version: 22
- registry-url: https://registry.npmjs.org
21
+ node-version: 24
22
23
- run: pnpm install --frozen-lockfile
24
0 commit comments