diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 242fe7ef..0abe4814 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -5,7 +5,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [16.x, 17.x, 18.x, 19.x, 20.x] + node-version: [18.x, 19.x, 20.10.0] steps: - uses: actions/checkout@v3 - name: Use Node.js ${{ matrix.node-version }} diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 4008a14b..9f663c2b 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -8,6 +8,6 @@ jobs: - name: Use Node.js uses: actions/setup-node@v3 with: - node-version: "18.x" + node-version: "20.10.0" - run: yarn - run: yarn run lint diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 05ad2989..24c5da97 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -5,7 +5,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [14.x, 16.16.x, 17.x, 18.x, 19.x, 20.10.0] + node-version: [18.x, 19.x, 20.10.0] steps: - uses: actions/checkout@v3 - name: Use Node.js ${{ matrix.node-version }}