Skip to content
This repository was archived by the owner on Jan 12, 2023. It is now read-only.

Commit 7789f76

Browse files
authored
Update config.yml
1 parent 824e204 commit 7789f76

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.circleci/config.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020
executor:
2121
name: node/default
2222
tag: << parameters.node-version >>
23+
environment:
24+
NPM_CONFIG_PREFER_OFFLINE: 'true'
2325
steps:
2426
- checkout
2527
- node/install-packages
@@ -28,6 +30,8 @@ jobs:
2830
test:
2931
<<: *size
3032
<<: *params
33+
environment:
34+
NPM_CONFIG_PREFER_OFFLINE: 'true'
3135
docker:
3236
- image: cimg/node:<< parameters.node-version >> # can't specify both executor and docker at once
3337
- image: cimg/postgres:14.1

0 commit comments

Comments
 (0)