Skip to content

Another major rewrite #1451

Another major rewrite

Another major rewrite #1451

Workflow file for this run

name: Package Audit
on:
push:
paths:
- package.json
- package-lock.json
- .github/workflows/package-audit.yml
workflow_dispatch:
permissions:
contents: read
jobs:
audit-npm:
name: NPM Audit
runs-on: ubuntu-latest
steps:
- name: Audit with NPM
uses: myrotvorets/composite-actions/node-package-audit@master
audit-retire:
name: RetireJS Check
runs-on: ubuntu-latest
permissions:
contents: read
packages: read
steps:
- name: Audit with Retire.js
uses: myrotvorets/composite-actions/node-package-audit-retirejs@master
with:
registry-url: https://npm.pkg.github.com