Remove redundant npm cache setup from CI
This commit is contained in:
parent
f24e96efa7
commit
9e01df5d64
1 changed files with 0 additions and 2 deletions
|
|
@ -34,8 +34,6 @@ jobs:
|
||||||
- uses: actions/setup-node@v4
|
- uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version: "24"
|
node-version: "24"
|
||||||
cache: npm
|
|
||||||
cache-dependency-path: web/package-lock.json
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: npm --prefix web ci
|
run: npm --prefix web ci
|
||||||
- name: Lint, typecheck, and test
|
- name: Lint, typecheck, and test
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue