Skip to content
This repository was archived by the owner on May 2, 2022. It is now read-only.

Commit 45523d6

Browse files
authored
Upgrade pipeline to node 12.x (#273)
1 parent e35c8f9 commit 45523d6

File tree

7 files changed

+4691
-4715
lines changed

7 files changed

+4691
-4715
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: node_js
22
os: osx
3-
node_js: 10
4-
osx_image: xcode10.1
3+
node_js: 12
4+
osx_image: xcode10.2
55
cache: yarn
66
before_script:
77
- npm install -g npx

catalog/package.json

+13-13
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
{
22
"name": "catalog",
33
"version": "0.0.0",
4+
"engines": {
5+
"node": ">=12.0.0 <13.0.0"
6+
},
47
"description": "A collection of apps for WebCatalog",
58
"main": "script/build.js",
69
"author": "Quang Lam <[email protected]>",
@@ -11,20 +14,17 @@
1114
"build:pack": "node scripts/pack.js",
1215
"build:publish": "node scripts/publish.js"
1316
},
14-
"devDependencies": {
15-
"chai": "4.1.2",
16-
"clean-deep": "3.0.2",
17-
"image-size": "0.6.1",
18-
"is-url": "1.2.2",
19-
"mocha": "4.0.1",
20-
"slugg": "1.2.1"
21-
},
2217
"dependencies": {
23-
"algoliasearch": "3.24.6",
24-
"fs-extra": "4.0.2",
25-
"image-size": "0.6.1",
26-
"promise-queue": "2.2.3",
27-
"sharp": "0.18.4",
18+
"algoliasearch": "3.33.0",
19+
"chai": "4.2.0",
20+
"clean-deep": "3.0.2",
21+
"fs-extra": "8.1.0",
22+
"image-size": "0.7.4",
23+
"is-url": "1.2.4",
24+
"mocha": "6.1.4",
25+
"promise-queue": "2.2.5",
26+
"sharp": "0.22.1",
27+
"slugg": "1.2.1",
2828
"yamljs": "0.3.0"
2929
}
3030
}

0 commit comments

Comments
 (0)