Cache npm dependencies
Some checks failed
Audit / Audit (push) Failing after 10s
Push / Lint (push) Successful in 27s
Push / Build (push) Failing after 18s
Audit / Audit (pull_request) Failing after 10s

This commit is contained in:
Michael Bradley 2025-02-23 08:10:31 -05:00
parent 429b37a2e2
commit c816032f54
Signed by: MichaelBradley
SSH key fingerprint: SHA256:cj/YZ5VT+QOKncqSkx+ibKTIn0Obg7OIzwzl9BL8EO8
2 changed files with 6 additions and 0 deletions

View file

@ -16,5 +16,7 @@ jobs:
uses: actions/checkout@v4
- name: Set up Node
uses: actions/setup-node@v4
with:
cache: npm
- name: Audit
run: npm audit