Skip to content
This repository was archived by the owner on May 7, 2026. It is now read-only.

Commit 9d3e2d8

Browse files
committed
ci: bump actions/setup-node version 🍓
1 parent 44bd36f commit 9d3e2d8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

‎.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)