Skip to content

Commit c5a183b

Browse files
committed
Update node version we're using in the CI
1 parent dfadd75 commit c5a183b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
strategy:
2525
matrix:
2626
#node: [ '16', '17' ]
27-
node: [ '18' ]
27+
node: [ '20' ]
2828
#os: [ windows-latest, ubuntu-latest ]
2929
os: [ ubuntu-latest ]
3030
name: Test with Node v${{ matrix.node }} on ${{ matrix.os }}

0 commit comments

Comments
 (0)