Revert "chore(build): use node 12"

This reverts commit 8521b32306a0b97e8996d08042384208979406ad.
This commit is contained in:
Daniel Sogl 2019-07-01 19:30:30 +02:00
parent 8521b32306
commit a0f5254988
3 changed files with 5 additions and 13 deletions

View File

@ -3,7 +3,7 @@ jobs:
build: build:
working_directory: ~/ionic-native/ working_directory: ~/ionic-native/
docker: docker:
- image: node:12 - image: node:10
steps: steps:
- checkout - checkout
- restore_cache: - restore_cache:

14
package-lock.json generated
View File

@ -2265,9 +2265,9 @@
"dev": true "dev": true
}, },
"@types/node": { "@types/node": {
"version": "12.0.10", "version": "10.14.10",
"resolved": "https://registry.npmjs.org/@types/node/-/node-12.0.10.tgz", "resolved": "https://registry.npmjs.org/@types/node/-/node-10.14.10.tgz",
"integrity": "sha512-LcsGbPomWsad6wmMNv7nBLw7YYYyfdYcz6xryKYQhx89c3XXan+8Q6AJ43G5XDIaklaVkK3mE4fCb0SBvMiPSQ==", "integrity": "sha512-V8wj+w2YMNvGuhgl/MA5fmTxgjmVHVoasfIaxMMZJV6Y8Kk+Ydpi1z2whoShDCJ2BuNVoqH/h1hrygnBxkrw/Q==",
"dev": true "dev": true
}, },
"@types/rimraf": { "@types/rimraf": {
@ -14414,14 +14414,6 @@
"requires": { "requires": {
"@types/node": "^10.9.4", "@types/node": "^10.9.4",
"tslint-eslint-rules": "^5.3.1" "tslint-eslint-rules": "^5.3.1"
},
"dependencies": {
"@types/node": {
"version": "10.14.10",
"resolved": "https://registry.npmjs.org/@types/node/-/node-10.14.10.tgz",
"integrity": "sha512-V8wj+w2YMNvGuhgl/MA5fmTxgjmVHVoasfIaxMMZJV6Y8Kk+Ydpi1z2whoShDCJ2BuNVoqH/h1hrygnBxkrw/Q==",
"dev": true
}
} }
}, },
"tsutils": { "tsutils": {

View File

@ -31,7 +31,7 @@
"@types/fs-extra": "^7.0.0", "@types/fs-extra": "^7.0.0",
"@types/jest": "^24.0.15", "@types/jest": "^24.0.15",
"@types/lodash": "^4.14.135", "@types/lodash": "^4.14.135",
"@types/node": "^12.0.10", "@types/node": "^10.14.10",
"@types/rimraf": "^2.0.2", "@types/rimraf": "^2.0.2",
"@types/webpack": "^4.4.34", "@types/webpack": "^4.4.34",
"ajv": "^6.10.0", "ajv": "^6.10.0",