Skip to content

Commit de634d6

Browse files
committed
chore: update action
1 parent 02a7a2f commit de634d6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/setup/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ runs:
77
- name: Setup Node.js
88
uses: actions/setup-node@v4
99
with:
10-
node-version: '20'
10+
node-version: '20.x'
1111
node-version-file: .nvmrc
1212
npm-version: '12.10.0'
1313

.github/workflows/publish-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
- "v*"
1010

1111
permissions:
12-
contents: read
12+
contents: write
1313
id-token: write
1414

1515
jobs:

0 commit comments

Comments
 (0)