Skip to content

Bump the npm_and_yarn group across 2 directories with 17 updates #308

Bump the npm_and_yarn group across 2 directories with 17 updates

Bump the npm_and_yarn group across 2 directories with 17 updates #308

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