feat(Dependencies): Update dependency angulartics2 to v14 #23798
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: NPM AUDIT | |
on: [push] | |
jobs: | |
audit: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Workflow run cleanup action | |
uses: rokroskar/[email protected] | |
env: | |
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}" | |
- uses: actions/checkout@v4 | |
- name: Run a one-line script | |
run: | | |
sudo npm install -g audit-ci | |
audit-ci --config audit/audit-ci.json | |