Skip to content

Commit

Permalink
Disable node pkg caching on circleci (ampproject#38605)
Browse files Browse the repository at this point in the history
  • Loading branch information
estherkim authored Dec 28, 2022
1 parent 0b38ceb commit 40074fb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: 2.1
orbs:
browser-tools: circleci/[email protected]
codecov: codecov/[email protected]
node: circleci/node@4.7.0
node: circleci/node@5.0.3

push_and_pr_builds: &push_and_pr_builds
filters:
Expand Down Expand Up @@ -93,9 +93,9 @@ commands:
setup_node_environment:
steps:
- node/install:
lts: true
install-npm: false
- node/install-packages
node-version: 'lts'
- node/install-packages:
with-cache: false
setup_vm:
parameters:
save-git-cache:
Expand Down

0 comments on commit 40074fb

Please sign in to comment.