We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45452bc commit 9555016Copy full SHA for 9555016
1 file changed
.github/workflows/ci-build.yml
@@ -37,7 +37,7 @@ jobs:
37
with:
38
persist-credentials: false
39
- name: Use Node.js ${{ matrix.node-version }}
40
- uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0
+ uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
41
42
node-version: ${{ matrix.node-version }}
43
- run: npm --version
0 commit comments