Switch to npm

Remember when I switched to pnpm, like, 1 commit ago? Yeah I misread the CI log, it actually need to use npm.
This commit is contained in:
Michael Bradley 2025-02-23 08:09:16 -05:00
parent 50ff732413
commit 429b37a2e2
Signed by: MichaelBradley
SSH key fingerprint: SHA256:cj/YZ5VT+QOKncqSkx+ibKTIn0Obg7OIzwzl9BL8EO8
5 changed files with 4913 additions and 3027 deletions

View file

@ -17,4 +17,4 @@ jobs:
- name: Set up Node
uses: actions/setup-node@v4
- name: Audit
run: pnpm audit
run: npm audit