Skip to content

Replace dependency npm-run-all with npm-run-all2 5.0.0 #313

Replace dependency npm-run-all with npm-run-all2 5.0.0

Replace dependency npm-run-all with npm-run-all2 5.0.0 #313

name: Continuous Integration
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
with:
submodules: true
- uses: actions/setup-node@v3
with:
node-version: '12.x'
registry-url: 'https://registry.npmjs.org'
- run: npm ci
- run: npm test