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