Skip to content

Update dependency npm-run-all2 to v6.2.0 #2025

Update dependency npm-run-all2 to v6.2.0

Update dependency npm-run-all2 to v6.2.0 #2025

Workflow file for this run

name: test
on:
- push
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [19]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm run test