Skip to content

Commit 262990b

Browse files
committed
fix: fix ci node version
1 parent 84090e1 commit 262990b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
- name: Install Node
5454
uses: actions/setup-node@v4
5555
with:
56-
node-version: 20
56+
node-version: 22
5757
cache: 'pnpm'
5858

5959
- name: Install dependencies

0 commit comments

Comments
 (0)