Skip to content

Update dependency npm-run-all2 to v7.0.2 (#763) #2323

Update dependency npm-run-all2 to v7.0.2 (#763)

Update dependency npm-run-all2 to v7.0.2 (#763) #2323

Workflow file for this run

name: Node.js CI
on: [push, workflow_dispatch]
permissions:
contents: read
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: pnpm install
uses: pnpm/action-setup@v4
with:
version: 9
run_install: true
- name: build
run: pnpm run build
- name: test
run: pnpm run test
env:
CI: true
# for jest
FORCE_COLOR: true