Skip to content

Commit

Permalink
feat!: drop support for older Node
Browse files Browse the repository at this point in the history
  • Loading branch information
metcoder95 committed Dec 24, 2023
1 parent 982cfe0 commit 4b21348
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 @@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: [16.x, 18.x, 20.x]
node: [18.x, 20.x, 21.x]
name: Node ${{ matrix.node }}
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"release": "npx standard-version"
},
"engines": {
"node": ">=16.x"
"node": ">=18.x"
},
"keywords": [],
"repository": {
Expand Down

0 comments on commit 4b21348

Please sign in to comment.