Skip to content

Commit f444852

Browse files
committed
update lodash resolution and ci config
1 parent 74d4cb1 commit f444852

File tree

3 files changed

+996
-867
lines changed

3 files changed

+996
-867
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ version: 2
22
jobs:
33
build:
44
docker:
5-
- image: circleci/node:8-browsers
5+
- image: circleci/node:14-browsers
66

77
working_directory: ~/intercom-node
88

99
environment:
10-
- YARN_VERSION: 1.7.0
10+
- YARN_VERSION: 1.22.10
1111

1212
steps:
1313
- checkout

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@
3939
"nock": "7.5.0",
4040
"sinon": "^7.3.2"
4141
},
42+
"resolutions": {
43+
"**/lodash": "^4.17.19"
44+
},
4245
"scripts": {
4346
"prepublish": "gulp prepublish",
4447
"test": "gulp"

0 commit comments

Comments
 (0)