fix(actions): drop npm caching (#46480)

This commit is contained in:
Mrugesh Mohapatra
2022-06-13 17:57:21 +05:30
committed by GitHub
parent dc4eab3297
commit bbf21fec68
3 changed files with 0 additions and 5 deletions

View File

@@ -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

View File

@@ -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: |

View File

@@ -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: |