Build/update all the things #303

Merged
mcataford merged 5 commits from build/update-all-the-things into master 2023-03-22 04:15:39 +00:00
Showing only changes of commit fa7ee7126d - Show all commits

View file

@ -14,7 +14,7 @@ jobs:
- name: Use Node.js 12.x - name: Use Node.js 12.x
uses: actions/setup-node@v3 uses: actions/setup-node@v3
with: with:
node-version: 12.x node-version: 18
- run: yarn - run: yarn
- run: yarn lint - run: yarn lint
test: test:
@ -22,7 +22,7 @@ jobs:
strategy: strategy:
matrix: matrix:
node-version: [12.x, 14.x] node-version: [14, 16, 18]
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
@ -42,7 +42,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
strategy: strategy:
matrix: matrix:
node-version: [12.x, 14.x] node-version: [14, 16, 18]
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3