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 9e850c3 commit 4b4d656Copy full SHA for 4b4d656
.github/workflows/ci.yml
@@ -15,7 +15,7 @@ jobs:
15
with:
16
fetch-depth: 0
17
- name: Setup Nodejs
18
- uses: actions/setup-node@v5
+ uses: actions/setup-node@v6
19
20
node-version-file: '.nvmrc'
21
- name: Install dependencies
.github/workflows/release.yml
@@ -16,7 +16,7 @@ jobs:
- name: Setup Nodejs Env
run: echo "NODE_VER=`cat .nvmrc`" >> $GITHUB_ENV
- name: Setup Node.js
node-version: ${{ env.NODE_VER }}
22
0 commit comments