Skip to content

Commit dffc965

Browse files
committed
chore: update ci
1 parent 7d969d3 commit dffc965

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
runs-on: ubuntu-latest
66
strategy:
77
matrix:
8-
node: [18, 20]
8+
node: [22, 24]
99
name: Build on Node ${{ matrix.node }}
1010
steps:
1111
- uses: actions/checkout@v4

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
runs-on: ubuntu-latest
66
strategy:
77
matrix:
8-
node: [18, 20]
8+
node: [22, 24]
99
name: Test on Node ${{ matrix.node }}
1010
steps:
1111
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)