Skip to content

Commit ac4a19c

Browse files
committed
run CI on node 20
1 parent af848a6 commit ac4a19c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
matrix:
1212
# https://nodejs.org/en/about/releases/
13-
node: [ '18' ]
13+
node: [ '18', '20' ]
1414
fail-fast: false
1515

1616
name: Node.js ${{ matrix.node }}

0 commit comments

Comments
 (0)