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 e909d5f commit 2f080e5Copy full SHA for 2f080e5
2 files changed
.github/workflows/ci.yml
@@ -16,7 +16,7 @@ jobs:
16
with:
17
fetch-depth: 0
18
- name: Setup Nodejs
19
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v6
20
21
node-version-file: ".nvmrc"
22
- name: Install dependencies
.github/workflows/release.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: Setup Nodejs Env
24
run: echo "NODE_VER=`cat .nvmrc`" >> $GITHUB_ENV
25
- name: Setup Node.js
26
- uses: actions/setup-node@v5
27
28
node-version: ${{ env.NODE_VER }}
29
0 commit comments