diff --git a/.github/workflows/build-lint-test.yml b/.github/workflows/build-lint-test.yml index b4d113e..13ebf78 100644 --- a/.github/workflows/build-lint-test.yml +++ b/.github/workflows/build-lint-test.yml @@ -8,10 +8,10 @@ on: jobs: build-lint-test: name: Build, Lint, and Test - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest strategy: matrix: - node-version: [12.x, 14.x, 16.x] + node-version: [12.x, 14.x, 16.x, 18.x, 20.x] steps: - uses: actions/checkout@v2 - name: Use Node.js ${{ matrix.node-version }} @@ -24,7 +24,7 @@ jobs: - run: yarn test all-jobs-pass: name: All jobs pass - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest needs: - build-lint-test steps: