mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-04-11 07:00:41 -04:00
fix(actions): drop npm caching (#46480)
This commit is contained in:
committed by
GitHub
parent
dc4eab3297
commit
bbf21fec68
3
.github/workflows/node.js-tests.yml
vendored
3
.github/workflows/node.js-tests.yml
vendored
@@ -72,7 +72,6 @@ jobs:
|
||||
uses: actions/setup-node@eeb10cff27034e7acf239c5d29f62154018672fd # tag=v3
|
||||
with:
|
||||
node-version: ${{ matrix.node-version }}
|
||||
cache: npm
|
||||
|
||||
- name: Set Environment variables
|
||||
run: |
|
||||
@@ -107,7 +106,6 @@ jobs:
|
||||
uses: actions/setup-node@eeb10cff27034e7acf239c5d29f62154018672fd # tag=v3
|
||||
with:
|
||||
node-version: ${{ matrix.node-version }}
|
||||
cache: npm
|
||||
|
||||
- name: Set Environment variables
|
||||
run: |
|
||||
@@ -144,7 +142,6 @@ jobs:
|
||||
uses: actions/setup-node@eeb10cff27034e7acf239c5d29f62154018672fd # tag=v3
|
||||
with:
|
||||
node-version: ${{ matrix.node-version }}
|
||||
cache: npm
|
||||
|
||||
- name: Set Environment variables
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user