Skip to content

Commit

Permalink
Merge pull request #1093 from nos/develop
Browse files Browse the repository at this point in the history
[RELEASE-3] 0.6.0
  • Loading branch information
Maurice Dalderup authored Aug 13, 2019
2 parents dcf7642 + 3fedb3b commit 1b84319
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 17 deletions.
18 changes: 2 additions & 16 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ references:

win_config: &win_config
docker:
- image: electronuserland/builder:wine
- image: legiit/electron-builder-wine:node12
environment:
TARGET_ARCH: x64
working_directory: *workspace

mac_config: &mac_config
macos:
xcode: '10.1.0'
xcode: '10.3.0'
working_directory: *workspace

jobs:
Expand Down Expand Up @@ -61,13 +61,6 @@ jobs:
<<: *win_config
steps:
- checkout
- run: |
echo 'export NVM_DIR="/opt/circleci/.nvm"' >> $BASH_ENV
echo ' [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"' >> $BASH_ENV
- run: |
nvm install v10.13.0
nvm use v10.13.0
node -v
- restore_cache:
keys:
- v1-dependencies-{{ checksum "package.json" }}
Expand Down Expand Up @@ -101,13 +94,6 @@ jobs:
<<: *mac_config
steps:
- checkout
- run: |
echo 'export NVM_DIR="/opt/circleci/.nvm"' >> $BASH_ENV
echo ' [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"' >> $BASH_ENV
- run: |
nvm install v10.13.0
nvm use v10.13.0
node -v
- restore_cache:
keys:
- v3-dependencies-{{ checksum "package.json" }}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"main": "dist/main/main.js",
"license": "MIT",
"engines": {
"node": "^10.13.0 || >=12.8.0"
"node": "^8.14.0 || ^10.12.0 || >=12.0.0"
},
"dependencies": {
"@cityofzion/neon-js": "3.11.9",
Expand Down

0 comments on commit 1b84319

Please sign in to comment.