Skip to content

Commit 4a543d2

Browse files
build(test): update to test node v20 and v22
1 parent 3f8addb commit 4a543d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ${{ matrix.os }}
2222
strategy:
2323
matrix:
24-
node-version: ['16.x', '18.x']
24+
node-version: ['20.x', '22.x']
2525
os: [ubuntu-latest]
2626

2727
steps:

0 commit comments

Comments
 (0)