diff --git a/.github/workflows/node-ci.yml b/.github/workflows/node-ci.yml index 95ea1a8..d83df44 100644 --- a/.github/workflows/node-ci.yml +++ b/.github/workflows/node-ci.yml @@ -25,7 +25,7 @@ jobs: - uses: actions/setup-node@v2 with: - node-version: 18.x + node-version: 20.x cache: yarn - name: Validate cache @@ -35,7 +35,7 @@ jobs: name: Testing on ${{ matrix.os }} with Node v${{ matrix.node-version }} strategy: matrix: - node-version: [16.x, 18.x, 19.x] + node-version: [18.x, 19.x, 20.x] os: [ubuntu-latest, macOS-latest, windows-latest] runs-on: ${{ matrix.os }} needs: prepare-yarn-cache @@ -65,7 +65,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: - node-version: 16.x + node-version: 20.x cache: yarn - name: install run: yarn --immutable