Skip to content
This repository was archived by the owner on Dec 12, 2025. It is now read-only.

Commit b2bde0c

Browse files
committed
ci: bump node version
1 parent 6095c3a commit b2bde0c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/autofix-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Setup node
2222
uses: actions/setup-node@v3
2323
with:
24-
node-version: 18.x
24+
node-version: 24.x
2525
cache: pnpm
2626

2727
- name: Setup

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Set node
2222
uses: actions/setup-node@v3
2323
with:
24-
node-version: 18.x
24+
node-version: 24.x
2525
cache: pnpm
2626

2727
- name: Setup

0 commit comments

Comments
 (0)