diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 53e7750..2eff819 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [10.x, 12.x, 14.x] + node-version: [10.x, 12.x, 14.x, 16.x, 18.x] steps: - name: Checkout project uses: actions/checkout@v2