Skip to content

chore: run npm audit fix (#58) #5

chore: run npm audit fix (#58)

chore: run npm audit fix (#58) #5

Workflow file for this run

name: "build"
on: # rebuild any PRs and main branch changes
pull_request:
push:
branches:
- master
- 'releases/*'
jobs:
build: # make sure build/ci work properly
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: |
npm install
npm run all