Skip to content

chore(deps): update test & linting packages (major) #1678

chore(deps): update test & linting packages (major)

chore(deps): update test & linting packages (major) #1678

Workflow file for this run

name: Test
on:
pull_request:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-20.04
strategy:
matrix:
node: [ '12', '14', '16' ]
name: Node ${{ matrix.node }}
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node }}
- run: yarn
- run: yarn lint
- run: yarn test