Skip to content
This repository was archived by the owner on Feb 26, 2024. It is now read-only.

Commit 2e7d67e

Browse files
authored
chore: upgrades nodejs dependency to 14.21.1
1 parent 9aac5d7 commit 2e7d67e

File tree

5 files changed

+3232
-497
lines changed

5 files changed

+3232
-497
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
language: node_js
22
node_js:
3-
# Use 12.13.1 because that is what Electron needs
4-
- "12.13.1"
3+
- "14.21.1"
54
matrix:
65
include:
76
- os: osx

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Please open issues and pull requests for new features, questions, and bug fixes.
2222

2323
Requirements:
2424

25-
- `node v12.13.1`
25+
- `node v14.21.1`
2626

2727
To get started:
2828

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ environment:
2222
GH_TOKEN:
2323
secure: S+Bnfbb+uco7s2X3jqmfP3vwxLIIZTmNmT0f8y982PaiUQB1AW8YNN7Acpi0JQOi
2424
matrix:
25-
- nodejs_version: 12.13.1
25+
- nodejs_version: 14.21.1
2626

2727
install:
2828
- ps: $env:package_version = (Get-Content -Raw -Path package.json | ConvertFrom-Json).version

0 commit comments

Comments
 (0)