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 c99804b commit d3f4911Copy full SHA for d3f4911
.github/workflows/ci.yml
@@ -15,7 +15,7 @@ jobs:
15
with:
16
fetch-depth: 0
17
- name: Setup Nodejs
18
- uses: actions/setup-node@v4
+ 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