Skip to content

Commit 7facd1f

Browse files
committed
ci: Apply standard ci-node-version
1 parent eb80380 commit 7facd1f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/github-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ jobs:
2121
with:
2222
fetch-depth: 0
2323

24-
- name: Setup Node.js
24+
- name: Use Node.js LTS 22
2525
uses: actions/setup-node@v6
2626
with:
27-
node-version: 20.19.0
27+
node-version: 22
2828

2929
- name: Install dependencies
3030
run: npm ci

0 commit comments

Comments
 (0)