Disable Forgejo actions NPM cache
This commit is contained in:
parent
ba02d5c627
commit
cd28995647
2 changed files with 0 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue