Skip to content

Commit

Permalink
chore!: drop node 16 support
Browse files Browse the repository at this point in the history
BREAKING_CHANGE: Now minimum supported Node version is 18
  • Loading branch information
alioguzhan committed Nov 16, 2023
1 parent 6d166dc commit 43008f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node: [16, 18, 20]
node: [18, 20]
os: [ubuntu-latest]
steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"test": "jest"
},
"engines": {
"node": ">=16"
"node": ">=18"
},
"peerDependencies": {
"dayjs": "^1"
Expand Down

0 comments on commit 43008f4

Please sign in to comment.