Skip to content

Update dependency npm-run-all2 to v6.2.4 #1648

Update dependency npm-run-all2 to v6.2.4

Update dependency npm-run-all2 to v6.2.4 #1648

Workflow file for this run

name: test
on: push
jobs:
test:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
- uses: actions/setup-node@v4
with:
node-version-file: .node-version
cache: npm
- run: npm install
- run: npm run build
- run: npm test