We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74d4cb1 commit 457e73dCopy full SHA for 457e73d
.circleci/config.yml
@@ -2,12 +2,12 @@ version: 2
2
jobs:
3
build:
4
docker:
5
- - image: circleci/node:8-browsers
+ - image: circleci/node:14-browsers
6
7
working_directory: ~/intercom-node
8
9
environment:
10
- - YARN_VERSION: 1.7.0
+ - YARN_VERSION: 1.22.10
11
12
steps:
13
- checkout
package.json
@@ -36,7 +36,7 @@
36
"gulp-istanbul": "^1.1.3",
37
"gulp-mocha": "^6.0.0",
38
"gulp-plumber": "^1.2.1",
39
- "nock": "7.5.0",
+ "nock": "^13.0.11",
40
"sinon": "^7.3.2"
41
},
42
"scripts": {
0 commit comments