Skip to content

Commit

Permalink
feat!: bump package requirement node>=16 (#186)
Browse files Browse the repository at this point in the history
* feat!: bump package requirement node>=16
* ci(workflow): drop node 14 support
  • Loading branch information
erisu authored Jan 12, 2023
1 parent 7672ab8 commit 6d7dfa2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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: [14.x, 16.x, 18.x]
node-version: [16.x, 18.x]
os: [ubuntu-latest, windows-latest, macos-latest]

steps:
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"bugs": "https://github.com/apache/cordova-common/issues",
"main": "cordova-common.js",
"engines": {
"node": ">=10.0.0"
"node": ">=16.0.0"
},
"scripts": {
"test": "npm run lint && npm run cover",
Expand Down

0 comments on commit 6d7dfa2

Please sign in to comment.