Skip to content

chore(deps): replace dependency npm-run-all with npm-run-all2 5.0.0 #1572

chore(deps): replace dependency npm-run-all with npm-run-all2 5.0.0

chore(deps): replace dependency npm-run-all with npm-run-all2 5.0.0 #1572

Workflow file for this run

name: Node.js CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
strategy:
matrix:
node:
- 14
- 16
- 18
- 20
os:
- ubuntu-latest
- macos-latest
- windows-latest
name: Node.js v${{ matrix.node }} on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
cache: 'yarn'
- run: yarn install
- run: yarn test