Skip to content

Commit

Permalink
feat!: remove support for node 10
Browse files Browse the repository at this point in the history
  • Loading branch information
fcastilloec committed May 25, 2021
1 parent 35faac3 commit e9a56c2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
os: [windows-latest, macOS-latest, ubuntu-latest]
node-version: [10.x, 12.x]
node-version: [12.x, 14.x, 16.x]

steps:
- name: Fix git checkout line endings
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

## Requirements

Requires Node 10 or greater.
Requires Node 12 or greater.

## Legal

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,15 @@
"@malept/cross-spawn-promise": "^1.0.0",
"asar": "^3.0.0",
"debug": "^4.1.1",
"fs-extra": "^9.0.0",
"fs-extra": "^10.0.0",
"glob": "^7.1.4",
"lodash": "^4.17.15",
"parse-author": "^2.0.0",
"semver": "^7.1.1",
"tmp-promise": "^3.0.2"
},
"engines": {
"node": ">= 10.0.0"
"node": ">= 12.0.0"
},
"eslintConfig": {
"extends": [
Expand Down

0 comments on commit e9a56c2

Please sign in to comment.