Skip to content

⬆️ Bump the npm_and_yarn group across 1 directory with 7 updates #21

⬆️ Bump the npm_and_yarn group across 1 directory with 7 updates

⬆️ Bump the npm_and_yarn group across 1 directory with 7 updates #21

Workflow file for this run

name: Run tests
on: push
jobs:
run-tests:
runs-on: ubuntu-latest
strategy:
fail-fast: true
matrix:
node_version:
- '12'
- '14'
- '16'
- '17'
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
name: Use Node.js v${{matrix.node_version}}
with:
node-version: ${{matrix.node_version}}
cache: 'yarn'
- run: yarn install
- run: yarn build
- run: yarn validate