diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4a08879..79a29b6 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -5,7 +5,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node: [ 12, 14, 16, 18 ] + node: [ 12, 14, 16, 18, 20, 22 ] name: Node ${{ matrix.node }} sample steps: - uses: actions/checkout@v3