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 a25835f commit 7b2725a
Show file tree
Hide file tree
Showing 2 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 @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: ['12', '14', '16', '18', '20']
node: ['16', '18', '20']
steps:
- uses: actions/checkout@v2
- name: Setup node ${{ matrix.node }}
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@
}
],
"engines": {
"node": ">=12"
"node": ">=16"
},
"dependencies": {
"@florajs/errors": "^3.0.0",
"@florajs/ql": "^4.0.0",
"@florajs/errors": "^4.0.0",
"@florajs/ql": "^5.0.0",
"peggy": "^1.2.0"
},
"devDependencies": {
Expand Down

0 comments on commit 7b2725a

Please sign in to comment.