Skip to content

Commit a77b068

Browse files
committed
update ci
1 parent 6bed954 commit a77b068

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/test.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44

55
jobs:
66
test:
7-
runs-on: ubuntu-20.04
7+
runs-on: ubuntu-latest
88

99
strategy:
1010
matrix:
@@ -13,6 +13,8 @@ jobs:
1313
node-options: --experimental-abortcontroller
1414
- node-version: 16.x
1515
- node-version: 18.x
16+
- node-version: 20.x
17+
- node-version: 22.x
1618

1719

1820
steps:

0 commit comments

Comments
 (0)