diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 77fbd173..0ce338b0 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -16,7 +16,7 @@ jobs: strategy: fail-fast: false matrix: - node-version: [10.x, 12.x, 14.x, 16.x, 17.x, 18.x] + node-version: [10.x, 12.x, 14.x, 16.x, 17.x, 18.x, 19.x] os: [ubuntu-latest, windows-latest, macOS-latest] runs-on: ${{ matrix.os }}