diff --git a/.github/workflows/codesee-diagram.yml b/.github/workflows/codesee-diagram.yml index 3802f83d7fe..8f6fc02e54a 100644 --- a/.github/workflows/codesee-diagram.yml +++ b/.github/workflows/codesee-diagram.yml @@ -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 diff --git a/.github/workflows/node.js-tests-upcoming.yml b/.github/workflows/node.js-tests-upcoming.yml index c5f2973de95..b13ee966bdb 100644 --- a/.github/workflows/node.js-tests-upcoming.yml +++ b/.github/workflows/node.js-tests-upcoming.yml @@ -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: | diff --git a/.github/workflows/node.js-tests.yml b/.github/workflows/node.js-tests.yml index 736a7ffba5e..5e0d13d7714 100644 --- a/.github/workflows/node.js-tests.yml +++ b/.github/workflows/node.js-tests.yml @@ -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: |