Skip to content

Commit

Permalink
BREAKING: drop support for Node.js < 16
Browse files Browse the repository at this point in the history
  • Loading branch information
nicokaiser committed Aug 3, 2023
1 parent 6ae46f3 commit 113c52e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: ['14', '16', '18', '20']
node: ['16', '18', '20']
steps:
- uses: actions/checkout@v2
- name: Setup node ${{ matrix.node }}
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@
}
],
"engines": {
"node": ">=14"
"node": ">=16"
},
"dependencies": {
"@florajs/cluster": "^3.0.0",
"@florajs/errors": "^3.0.0",
"@florajs/request-parser": "^3.1.0",
"@florajs/cluster": "^4.0.0",
"@florajs/errors": "^4.0.0",
"@florajs/request-parser": "^4.0.0",
"@xmldom/xmldom": "^0.8.10",
"bunyan": "^1.8.15",
"chokidar": "^3.5.3",
Expand Down

0 comments on commit 113c52e

Please sign in to comment.