We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b84c12 commit 5ca6c38Copy full SHA for 5ca6c38
.github/workflows/ci.yml
@@ -16,7 +16,7 @@ jobs:
16
uses: actions/checkout@v4
17
18
- name: Setup Nodejs
19
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v6
20
with:
21
node-version-file: '.nvmrc'
22
.github/workflows/manual-publish.yml
@@ -17,7 +17,7 @@ jobs:
- name: Setup Nodejs Env
run: echo "NODE_VER=`cat .nvmrc`" >> $GITHUB_ENV
- name: Setup Node.js
node-version: ${{ env.NODE_VER }}
23
- name: Install dependencies
.github/workflows/release.yml
@@ -20,7 +20,7 @@ jobs:
fetch-depth: 0
24
25
26
0 commit comments