Skip to content

Commit 53de384

Browse files
committed
chore: re-enable npm caching []
1 parent b8f17d4 commit 53de384

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.circleci/config.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ jobs:
2424
- checkout
2525
- node/install:
2626
node-version: << parameters.node-version >>
27-
with-cache: false
2827
- setup-npm
2928
- run: npm ci
3029
- run:
@@ -41,7 +40,6 @@ jobs:
4140
- checkout
4241
- node/install:
4342
node-version: "20"
44-
with-cache: false
4543
- setup-npm
4644
- run: npm ci
4745
- run: npm run build
@@ -54,7 +52,6 @@ jobs:
5452
- checkout
5553
- node/install:
5654
node-version: "20"
57-
with-cache: false
5855
- setup-npm
5956
- run: npm ci
6057

@@ -69,7 +66,6 @@ jobs:
6966
- run: echo "@contentful:registry=https://npm.pkg.github.com" >> ~/.npmrc
7067
- node/install:
7168
node-version: "20"
72-
with-cache: false
7369
- run: npm ci
7470
- run:
7571
name: Releasing

0 commit comments

Comments
 (0)