We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e380431 commit 5bd23f6Copy full SHA for 5bd23f6
2 files changed
.github/workflows/ci.yml
@@ -15,7 +15,7 @@ jobs:
15
with:
16
fetch-depth: 0
17
- name: Setup Nodejs
18
- uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
+ uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
19
20
node-version-file: '.nvmrc'
21
- 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
27
28
node-version: ${{ env.NODE_VER }}
29
0 commit comments