Skip to content

build(deps): bump cross-spawn from 7.0.3 to 7.0.6 #9

build(deps): bump cross-spawn from 7.0.3 to 7.0.6

build(deps): bump cross-spawn from 7.0.3 to 7.0.6 #9

Workflow file for this run

name: CI
on:
pull_request:
push:
branches:
- main
jobs:
lint-build-test:
name: Lint, build and test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Node
uses: actions/setup-node@v4
- run: |
npm ci
- run: |
npm run lint
- run: |
npm run build
- run: |
npm run test