Skip to content

Commit 15942d4

Browse files
authored
ci: bump actions/setup-node version 🍓 (#66)
1 parent 44bd36f commit 15942d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎.github/workflows/ci.yml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ jobs:
2222
version: 10.15.0
2323

2424
- name: Setup Node
25-
uses: actions/setup-node@v4
25+
uses: actions/setup-node@v5
2626
with:
27-
node-version: 24.6.0
27+
node-version: 24
2828
cache: 'pnpm'
2929
registry-url: https://registry.npmjs.org/
3030

0 commit comments

Comments
 (0)