Skip to content

Commit

Permalink
Drop support for Node.js <18
Browse files Browse the repository at this point in the history
  • Loading branch information
sonicdoe committed Jan 6, 2024
1 parent 483e441 commit ec13727
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,5 @@ jobs:
- ubuntu:20.04
node-version:
- 18
- 16
- 14
- 12
fail-fast: false
container: ${{ matrix.container }}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"xo": "^0.28.0"
},
"engines": {
"node": ">=12"
"node": ">=18"
},
"xo": {
"envs": [
Expand Down

0 comments on commit ec13727

Please sign in to comment.