Skip to content

Bump the npm_and_yarn group across 2 directories with 15 updates #306

Bump the npm_and_yarn group across 2 directories with 15 updates

Bump the npm_and_yarn group across 2 directories with 15 updates #306

Workflow file for this run

name: Test
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
test:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- name: Cancel previous
uses: styfle/[email protected]
with:
access_token: ${{ github.token }}
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 14
- name: Test accname
run: |
yarn install --frozen-lockfile
yarn test