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