We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfadd75 commit c5a183bCopy full SHA for c5a183b
.github/workflows/ci.yaml
@@ -24,7 +24,7 @@ jobs:
24
strategy:
25
matrix:
26
#node: [ '16', '17' ]
27
- node: [ '18' ]
+ node: [ '20' ]
28
#os: [ windows-latest, ubuntu-latest ]
29
os: [ ubuntu-latest ]
30
name: Test with Node v${{ matrix.node }} on ${{ matrix.os }}
0 commit comments