Skip to content

Commit 8adc7da

Browse files
committed
More cache changes
1 parent 20095c6 commit 8adc7da

File tree

5 files changed

+0
-9
lines changed

5 files changed

+0
-9
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,6 @@ jobs:
6565
uses: actions/setup-node@v3
6666
with:
6767
node-version: 16
68-
cache: 'npm'
69-
cache-dependency-path: '**/package-lock.json'
7068

7169
# https://www.jonathan-wilkinson.com/github-actions-cache-everything
7270
- name: Cache Node Modules

.github/workflows/jsii.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@ jobs:
2929
uses: actions/setup-node@v3
3030
with:
3131
node-version: 16
32-
cache: 'npm'
33-
cache-dependency-path: '**/package-lock.json'
3432

3533
#
3634
# Build Construct with JSII

.github/workflows/r_build-app.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,6 @@ jobs:
3636
uses: actions/setup-node@v3
3737
with:
3838
node-version: 16
39-
cache: 'npm'
40-
cache-dependency-path: '**/package-lock.json'
4139

4240
# https://www.jonathan-wilkinson.com/github-actions-cache-everything
4341
- name: Cache Node Modules

.github/workflows/r_version.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ jobs:
4444
uses: actions/setup-node@v3
4545
with:
4646
node-version: 16
47-
cache: 'npm'
4847

4948
# Use the tagged version as NPM package version for releases.
5049
# This will cause versions to be deployed matching the tag on dev/qa/prod

.github/workflows/release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,6 @@ jobs:
4949
uses: actions/setup-node@v3
5050
with:
5151
node-version: 16
52-
cache: 'npm'
53-
cache-dependency-path: '**/package-lock.json'
5452

5553
- name: Set git identity
5654
run: |-

0 commit comments

Comments
 (0)