diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8294a5b..9473350 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -14,7 +14,7 @@ jobs: strategy: matrix: - node-version: [14.x, '16.14.2'] + node-version: [14.x, 16.x, 18.x] steps: - uses: actions/checkout@v3