Skip to content

Commit 035ba42

Browse files
committed
Remove redundant cache: npm in CI workflow
actions/setup-node v6 automatically enables caching when devEngines.packageManager is set to npm (which it is), so this configuration is redundant.
1 parent 0093b60 commit 035ba42

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/build.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,5 @@ jobs:
1919
with:
2020
node-version: 24
2121
check-latest: true
22-
cache: npm
2322
- run: npm install -g @angular/cli && npm ci && ng build
2423
- run: ng lint

0 commit comments

Comments
 (0)