mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-12 12:01:24 -04:00
fix(actions): drop npm caching (#46480)
This commit is contained in:
committed by
GitHub
parent
dc4eab3297
commit
bbf21fec68
1
.github/workflows/codesee-diagram.yml
vendored
1
.github/workflows/codesee-diagram.yml
vendored
@@ -43,7 +43,6 @@ jobs:
|
||||
if: ${{ fromJSON(steps.detect-languages.outputs.languages).javascript }}
|
||||
with:
|
||||
node-version: '16'
|
||||
cache: npm
|
||||
|
||||
- name: Configure Python 3.x
|
||||
uses: actions/setup-python@98f2ad02fd48d057ee3b4d4f66525b231c3e52b6 # tag=v3
|
||||
|
||||
1
.github/workflows/node.js-tests-upcoming.yml
vendored
1
.github/workflows/node.js-tests-upcoming.yml
vendored
@@ -67,7 +67,6 @@ jobs:
|
||||
uses: actions/setup-node@eeb10cff27034e7acf239c5d29f62154018672fd # tag=v3
|
||||
with:
|
||||
node-version: ${{ matrix.node-version }}
|
||||
cache: npm
|
||||
|
||||
- name: Set Environment variables
|
||||
run: |
|
||||
|
||||
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