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

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