Skip to content

Commit

Permalink
feat!: update node support (#571)
Browse files Browse the repository at this point in the history
* feat!: bump node requirement >=12.0.0
* ci: test all maintance & active node version
  • Loading branch information
erisu authored Dec 16, 2021
1 parent b164b33 commit 7777d9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [10.x, 12.x, 14.x]
node-version: [12.x, 14.x, 16.x]
os: [ubuntu-latest, windows-latest, macos-latest]

steps:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Cordova command line interface tool",
"main": "cordova",
"engines": {
"node": ">=10.0.0"
"node": ">=12.0.0"
},
"bin": {
"cordova": "./bin/cordova"
Expand Down

0 comments on commit 7777d9c

Please sign in to comment.