Skip to content

Commit

Permalink
Merge pull request #386 from th-ch/bump-node-version
Browse files Browse the repository at this point in the history
Bump node to v14
  • Loading branch information
th-ch authored Aug 22, 2021
2 parents c6f8c42 + 6bc1d16 commit d089487
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Setup NodeJS
uses: actions/setup-node@v1
with:
node-version: "12.x"
node-version: "14.x"

- name: Get yarn cache directory path
id: yarn-cache-dir-path
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"release:win": "yarn run clean && electron-builder --win -p always"
},
"engines": {
"node": ">=12.20",
"node": ">=14.0.0",
"npm": "Please use yarn and not npm"
},
"dependencies": {
Expand Down

0 comments on commit d089487

Please sign in to comment.