We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02a7a2f commit de634d6Copy full SHA for de634d6
.github/actions/setup/action.yml
@@ -7,7 +7,7 @@ runs:
7
- name: Setup Node.js
8
uses: actions/setup-node@v4
9
with:
10
- node-version: '20'
+ node-version: '20.x'
11
node-version-file: .nvmrc
12
npm-version: '12.10.0'
13
.github/workflows/publish-release.yml
@@ -9,7 +9,7 @@ on:
- "v*"
permissions:
- contents: read
+ contents: write
id-token: write
14
15
jobs:
0 commit comments