Skip to content

Commit f48c21b

Browse files
committed
chore: update actions/setup-node action to v6.2.0
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 229d368 commit f48c21b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
with:
7575
fetch-depth: 0
7676
- name: Use Node.js 22
77-
uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0
77+
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
7878
with:
7979
node-version: 22.22.0
8080
- name: Update NPM
@@ -95,7 +95,7 @@ jobs:
9595
with:
9696
fetch-depth: 0
9797
- name: Use Node.js 22
98-
uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0
98+
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
9999
with:
100100
node-version: 22.22.0
101101
- name: Update NPM

0 commit comments

Comments
 (0)