Skip to content

Commit 552a16f

Browse files
chore: node lts
1 parent 442d99f commit 552a16f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v3
1515
- uses: actions/setup-node@v3
1616
with:
17-
node-version: 22
17+
node-version: 24.11.0
1818
- run: corepack enable
1919
- name: Install
2020
run: pnpm install
@@ -27,7 +27,7 @@ jobs:
2727
- uses: actions/checkout@v3
2828
- uses: actions/setup-node@v3
2929
with:
30-
node-version: 22
30+
node-version: 24.11.0
3131
- run: corepack enable
3232
- name: Install
3333
run: pnpm install

0 commit comments

Comments
 (0)