Disable Forgejo actions NPM cache
All checks were successful
Audit / Audit (push) Successful in 7s
Push / Lint (push) Successful in 20s
Push / Build (push) Successful in 36s

This commit is contained in:
Michael Bradley 2025-11-27 00:48:20 -05:00
parent ba02d5c627
commit cd28995647
Signed by: MichaelBradley
SSH key fingerprint: SHA256:o/aaeYtRubILK7OYYjYP12DmU7BsPUhKji1AgaQ+ge4
2 changed files with 0 additions and 6 deletions

View file

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

View file

@ -12,8 +12,6 @@ jobs:
uses: actions/checkout@v6
- name: Set up Node
uses: actions/setup-node@v6
with:
cache: npm
- name: Install dependencies
run: npm install
- name: Check code formatting
@ -31,8 +29,6 @@ jobs:
uses: actions/checkout@v6
- name: Set up Node
uses: actions/setup-node@v6
with:
cache: npm
- name: Install dependencies
run: npm install
- name: Build