Skip to content

build(deps-dev): bump npm-run-all2 from 6.2.0 to 7.0.2 #113

build(deps-dev): bump npm-run-all2 from 6.2.0 to 7.0.2

build(deps-dev): bump npm-run-all2 from 6.2.0 to 7.0.2 #113

Workflow file for this run

name: CI (main)
on:
pull_request:
branches:
- 'main'
jobs:
package:
name: node package install
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: .node-version
cache: npm
cache-dependency-path: package-lock.json
- run: npm ci
build:
name: type and build check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: .node-version
cache: npm
cache-dependency-path: package-lock.json
- run: npm ci
- run: ./scripts/gen-api.sh development
- run: npm run build