Skip to content

scripts for building and cleaning (#13) #2

scripts for building and cleaning (#13)

scripts for building and cleaning (#13) #2

on:
push:
branches:
- "*"
paths:
- package-lock.json
- .github/**
- fixtures/**
- packages/npm/**
jobs:
test:
runs-on: ubuntu-latest
container: node:21.5.0-alpine3.19
steps:
- uses: actions/checkout@v4
- run: npm ci
- run: npm run build --workspaces --if-present
- run: npm test --workspaces --if-present
audit:
runs-on: ubuntu-latest
container: node:21.5.0-alpine3.19
steps:
- uses: actions/checkout@v4
- run: npm ci
- run: npm --workspaces audit --audit-level high