diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 6f2653d..697ad9a 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -23,7 +23,8 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [14.x, 16.x] + node-version: [16.x, 18.x, 20.x] + steps: - uses: actions/checkout@v4 - uses: ./.github/actions/configure-nodejs