Merge pull request #59 from th-ch/node-12

Bump to node 12
This commit is contained in:
th-ch
2020-11-21 23:19:39 +01:00
committed by TC
3 changed files with 3 additions and 2 deletions

View File

@ -1,5 +1,5 @@
language: node_js language: node_js
node_js: "10" node_js: "12"
env: env:
- ELECTRON_CACHE=$HOME/.cache/electron ELECTRON_BUILDER_CACHE=$HOME/.cache/electron-builder - ELECTRON_CACHE=$HOME/.cache/electron ELECTRON_BUILDER_CACHE=$HOME/.cache/electron-builder

View File

@ -12,7 +12,7 @@ init:
install: install:
# Install node # Install node
- ps: Install-Product node 10 x64 - ps: Install-Product node 12 x64
# Install dependencies # Install dependencies
- yarn --frozen-lockfile - yarn --frozen-lockfile

View File

@ -43,6 +43,7 @@
"release:win": "yarn run clean && electron-builder --win -p always" "release:win": "yarn run clean && electron-builder --win -p always"
}, },
"engines": { "engines": {
"node": ">=12.16.1",
"npm": "Please use yarn and not npm" "npm": "Please use yarn and not npm"
}, },
"dependencies": { "dependencies": {