Skip to content

Commit a51482f

Browse files
authored
fix: setup-node action version in CI workflow
1 parent d6c4630 commit a51482f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2.0
2525

2626
- name: Setup Node.js
27-
uses: actions/setup-node@v395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0
27+
uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0
2828
with:
2929
node-version: 22
3030
cache: pnpm

0 commit comments

Comments
 (0)