Skip to content
Snippets Groups Projects
Unverified Commit 1339a9a4 authored by erezmus's avatar erezmus Committed by GitHub
Browse files

move to node 12

parent fb24b3d8
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@ jobs:
- stage: test
name: Test
node_js:
- 10.16.3
- 12.15.0
script:
- yarn lint
- yarn test
......@@ -16,7 +16,7 @@ jobs:
name: Deploy
script: yarn build
node_js:
- 10.16.3
- 12.15.0
deploy:
provider: npm
skip_cleanup: true
......
......@@ -52,5 +52,8 @@
"ts-node": "^8.4.1",
"typescript": "^3.5.3",
"wait-for-expect": "^3.0.1"
},
"engines": {
"node": ">=12.15.0"
}
}
......@@ -6,7 +6,7 @@
"removeComments": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"target": "es6",
"target": "ES2019",
"sourceMap": true,
"outDir": "./dist",
"baseUrl": "./src",
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment