We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7612f98 commit 96931c2Copy full SHA for 96931c2
.github/workflows/release.yml
@@ -28,7 +28,7 @@ jobs:
28
# fetch full history so things like auto-changelog work properly
29
fetch-depth: 0
30
- name: Use Node.js ${{ env.node_version }}
31
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v6
32
with:
33
node-version: ${{ env.node_version }}
34
# setting a registry enables the NODE_AUTH_TOKEN env variable where we can set an npm token. REQUIRED
0 commit comments