Skip to content

Merge pull request #245 from AegisJSProject/dependabot/npm_and_yarn/a… #586

Merge pull request #245 from AegisJSProject/dependabot/npm_and_yarn/a…

Merge pull request #245 from AegisJSProject/dependabot/npm_and_yarn/a… #586

Workflow file for this run

---
name: Node CI
permissions:
contents: read
on:
push:
branches:
- master
- release/*
pull_request:
branches:
- master
- release/*
jobs:
build:
permissions:
contents: read
name: Node CI
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: actions/setup-node@v7
with:
node-version-file: '.nvmrc'
cache: npm
- run: npm ci --ignore-scripts --no-audit --no-fund --strict-allow-scripts
- run: npm run build --if-present
- run: npm test