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 0cc2282 commit 665653eCopy full SHA for 665653e
.github/workflows/ci.yml
@@ -17,7 +17,7 @@ jobs:
17
- name: Setup Nodejs Env
18
run: echo "NODE_VER=`cat .nvmrc`" >> $GITHUB_ENV
19
- name: Setup Nodejs
20
- uses: actions/setup-node@v3
+ uses: actions/setup-node@v4
21
with:
22
node-version: ${{ env.NODE_VER }}
23
- name: Install dependencies
.github/workflows/release.yml
@@ -15,7 +15,7 @@ jobs:
15
16
- name: Setup Node.js
0 commit comments