Skip to content

Commit 883c108

Browse files
committed
chore: update permissions structure and node version in release workflow
1 parent 1bbc83f commit 883c108

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/boilerplate-release.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,13 @@ on:
44
release:
55
types: [published]
66

7+
permissions:
8+
id-token: write
9+
contents: read
10+
711
jobs:
812
publish:
913
runs-on: ubuntu-latest
10-
permissions:
11-
id-token: write
12-
contents: write
1314

1415
steps:
1516
- uses: actions/checkout@v4
@@ -18,7 +19,7 @@ jobs:
1819

1920
- uses: actions/setup-node@v4
2021
with:
21-
node-version: "22.x"
22+
node-version: "24"
2223
registry-url: "https://registry.npmjs.org"
2324

2425
- name: Bump version

0 commit comments

Comments
 (0)