Ci/caching #306

Merged
mcataford merged 3 commits from ci/caching into master 2023-03-22 04:41:07 +00:00
Showing only changes of commit 687da3259b - Show all commits

View file

@ -29,6 +29,7 @@ jobs:
run: yarn run: yarn
lint: lint:
runs-on: ubuntu-latest runs-on: ubuntu-latest
needs: dependencies
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
@ -45,6 +46,7 @@ jobs:
- run: yarn lint - run: yarn lint
test: test:
runs-on: ubuntu-latest runs-on: ubuntu-latest
needs: dependencies
strategy: strategy:
matrix: matrix:
@ -72,6 +74,7 @@ jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
needs: dependencies
strategy: strategy:
matrix: matrix:
node-version: [14, 16, 18] node-version: [14, 16, 18]