Skip to content

build(dev): bump concurrently from 8.2.1 to 8.2.2 #560

build(dev): bump concurrently from 8.2.1 to 8.2.2

build(dev): bump concurrently from 8.2.1 to 8.2.2 #560

Workflow file for this run

name: PR
on:
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14, 16]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
cache: yarn
- run: yarn install
- run: yarn lint
- run: yarn run test
env:
NODE_OPTIONS: "--experimental-abortcontroller"
CI: true