Skip to content

Update dependency npm-run-all2 to v7 #601

Update dependency npm-run-all2 to v7

Update dependency npm-run-all2 to v7 #601

Workflow file for this run

name: test
on:
- push
- pull_request
jobs:
test:
name: test
if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: lts/*
cache: npm
- run: npm ci
- run: npm run build
- run: npm run lint
- run: npm test