Skip to content

Commit 81aa3c2

Browse files
authored
test: update CI test workflow to use node 20 and 22 (#517)
1 parent 2a399b4 commit 81aa3c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ jobs:
1717
strategy:
1818
matrix:
1919
node_version:
20-
- 18.x
2120
- 20.x
21+
- 22.x
2222
steps:
2323
- uses: actions/checkout@v4
2424
- uses: actions/setup-node@v4

0 commit comments

Comments
 (0)