diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 802e8433..2a938d48 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -29,7 +29,7 @@ jobs: # Otherwise we would not know if the problem is tied to the Node.js version fail-fast: false matrix: - node: [14, 16, 18, 20] + node: [18, 20] runs-on: ubuntu-latest steps: - name: ⬇️ Checkout repo @@ -43,10 +43,6 @@ jobs: with: node-version: ${{ matrix.node }} - # Ideally done by actions/setup-node: https://github.com/actions/setup-node/issues/213 - - name: Setup package manager - run: npm install -g npm@9.2.0 - - name: 📥 Download deps uses: bahmutov/npm-install@v1 with: @@ -84,10 +80,6 @@ jobs: with: node-version: 18 - # Ideally done by actions/setup-node: https://github.com/actions/setup-node/issues/213 - - name: Setup package manager - run: npm install -g npm@9.2.0 - - name: 📥 Download deps uses: bahmutov/npm-install@v1 with: