Skip to content

Commit ef2f600

Browse files
chore(deps): update actions/setup-node action to v6
1 parent 992333f commit ef2f600

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
steps:
3333
- uses: actions/checkout@v5
3434
- uses: pnpm/action-setup@v4
35-
- uses: actions/setup-node@v5
35+
- uses: actions/setup-node@v6
3636
with:
3737
node-version: 22
3838
# TODO/eventually: try using the cache again

0 commit comments

Comments
 (0)