Skip to content

Commit 3e3dbdf

Browse files
committed
ci: Apply standard ci-node-version
1 parent 445ce51 commit 3e3dbdf

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
@@ -17,10 +17,10 @@ jobs:
1717

1818
- uses: actions/checkout@v6
1919

20-
- name: Use Node.js LTS 20.19.5
20+
- name: Use Node.js LTS 22
2121
uses: actions/setup-node@v6
2222
with:
23-
node-version: 24.16.0
23+
node-version: 22
2424

2525
- name: Install dependencies
2626
run: npm ci --engine-strict # --engine-strict is used to fail-fast if deps require node versions unsupported by the repo

0 commit comments

Comments
 (0)