Skip to content

Commit 0152d1b

Browse files
authored
add node v20 to CI (#546)
1 parent 96eebba commit 0152d1b

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
@@ -9,7 +9,7 @@ jobs:
99
test:
1010
strategy:
1111
matrix:
12-
node: [16.x]
12+
node: [16.x, 20.x]
1313
os: [ubuntu-latest]
1414
runs-on: ${{ matrix.os }}
1515
steps:

0 commit comments

Comments
 (0)