Skip to content

chore(deps): bump the npm_and_yarn group across 1 directory with 19 updates #39

chore(deps): bump the npm_and_yarn group across 1 directory with 19 updates

chore(deps): bump the npm_and_yarn group across 1 directory with 19 updates #39

Workflow file for this run

name: build and test
on:
pull_request:
branches:
- '*'
jobs:
build_and_test:
runs-on: ubuntu-latest
strategy:
matrix:
node: [10.x, 12.x]
name: Node ${{ matrix.node }}
steps:
- uses: actions/checkout@v2
- name: Setup node
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node }}
- run: yarn install
- run: yarn build
- run: yarn test