Skip to content

Commit 4cb2e88

Browse files
committed
update ci again
1 parent 6b4806f commit 4cb2e88

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ on:
1010
- .github/workflows/ci.yml
1111
jobs:
1212
test:
13-
runs-on: ubuntu-20.04
14-
name: Test on Node 20
13+
runs-on: ubuntu-24.04
14+
name: Test on Node 22
1515
steps:
1616
- name: Checkout
1717
uses: actions/checkout@v4
@@ -27,7 +27,7 @@ jobs:
2727
- name: Setup Node
2828
uses: actions/setup-node@v4
2929
with:
30-
node-version: 20
30+
node-version: 22
3131
cache: pnpm
3232

3333
- name: Install

0 commit comments

Comments
 (0)