test node 20

This commit is contained in:
silverwind 2023-04-19 00:24:27 +02:00
parent e50f34c045
commit 519f55d403
No known key found for this signature in database
GPG Key ID: 2E62B41C93869443

View File

@ -8,7 +8,7 @@ on:
env:
CI: true
node-version: 18
node-version: 20
jobs:
lint:
@ -28,7 +28,7 @@ jobs:
fail-fast: false
matrix:
os: [ ubuntu-latest ]
node: [ 6, 8, 10, 12, 14, 16, 18 ]
node: [ 6, 8, 10, 12, 14, 16, 18, 20 ]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3