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 2e0129c commit 414c9e7
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 @@ -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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
],
"license": "MIT",
"engines": {
"node": ">=12"
"node": ">=16"
},
"devDependencies": {
"chai": "^4.3.7",
Expand Down

0 comments on commit 414c9e7

Please sign in to comment.