Skip to content

Commit

Permalink
chore: use node 14
Browse files Browse the repository at this point in the history
  • Loading branch information
chmelevskij committed Feb 7, 2021
1 parent e7bf98d commit 8304b0a
Show file tree
Hide file tree
Showing 6 changed files with 283 additions and 57 deletions.
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
14
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ git:
language: node_js

node_js:
- 8.11.2
- 14.15.4

before_install:
- npm i -g [email protected]
Expand Down
12 changes: 6 additions & 6 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ stages:
steps:
- task: UseNode@1
inputs:
version: '10.16.3'
displayName: 'Install Node.js 10.16.3'
version: '14.15.4'
displayName: 'Install Node.js 14.15.4'
- script: yarn install
displayName: 'Run yarn install'
- script: yarn gulp release --win32
Expand All @@ -72,8 +72,8 @@ stages:
steps:
- task: UseNode@1
inputs:
version: '10.16.3'
displayName: 'Install Node.js 10.16.3'
version: '14.15.4'
displayName: 'Install Node.js 14.15.4'
- script: npm install -g gulp
displayName: 'Install Gulp'
- script: yarn install
Expand All @@ -97,8 +97,8 @@ stages:
steps:
- task: UseNode@1
inputs:
version: '10.16.3'
displayName: 'Install Node.js 10.16.3'
version: '14.15.4'
displayName: 'Install Node.js 14.15.4'
- script: yarn install
displayName: 'Run yarn install'
- script: yarn gulp release --linux64
Expand Down
94 changes: 47 additions & 47 deletions images/bf_logo_white.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,11 @@
"yarn": "^1.22.0"
},
"resolutions": {
"**/**/lodash.template": "^4.5.0"
"**/**/lodash.template": "^4.5.0",
"appdmg": "^0.6.0"
},
"engines": {
"node": "14.x"
},
"config": {
"platformDependentModules": {
Expand Down
Loading

0 comments on commit 8304b0a

Please sign in to comment.