Skip to content

Commit

Permalink
Breaking: drop support of Node.js < 18
Browse files Browse the repository at this point in the history
Category: removal
  • Loading branch information
vweevers committed Dec 20, 2024
1 parent 4e553df commit 77a492d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
# TODO: drop < 18 in next major
node: [12, 14, 16, 18, 20, 22]
node: [18, 20, 22]
name: Node ${{ matrix.node }}
steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@
"abstract-level"
],
"engines": {
"node": ">=12"
"node": ">=18"
}
}

0 comments on commit 77a492d

Please sign in to comment.