We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 04eec66 + 25fb0a1 commit 9c7a3a5Copy full SHA for 9c7a3a5
1 file changed
.github/workflows/release.yml
@@ -7,6 +7,11 @@ on:
7
8
concurrency: ${{ github.workflow }}-${{ github.ref }}
9
10
+permissions:
11
+ contents: write
12
+ pull-requests: write
13
+ id-token: write
14
+
15
jobs:
16
release:
17
name: Release
@@ -21,9 +26,10 @@ jobs:
21
26
version: 9.15.3
22
27
23
28
- name: Setup Node.js 24.x
24
- uses: actions/setup-node@v3
29
+ uses: actions/setup-node@v4
25
30
with:
31
node-version: 24.x
32
+ registry-url: "https://registry.npmjs.org"
33
34
- name: Install Dependencies
35
run: pnpm i --frozen-lockfile
0 commit comments