Skip to content

Commit

Permalink
feat: drop NodeJS 12, 14 support
Browse files Browse the repository at this point in the history
  • Loading branch information
euaaaio committed Nov 11, 2023
1 parent fb2e0cc commit 7037fe9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -32,7 +32,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18, 16, 14, 12]
node-version: [18, 16]
name: Node.js ${{ matrix.node-version }} Quick
steps:
- name: Checkout the repository
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
@@ -1,6 +1,9 @@
# Change Log
This project adheres to [Semantic Versioning](http://semver.org/).

## next
* Drop NodeJS 12, 14 support

## 0.10.3
* Update dependencies

Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -23,7 +23,7 @@
"./package.json": "./package.json"
},
"engines": {
"node": "^12.0.0 || ^14.0.0 || ^16.0.0 || ^18.0.0 || >=20.0.0"
"node": "^16.0.0 || ^18.0.0 || >=20.0.0"
},
"peerDependencies": {
"@logux/client": ">=0.10.0",
Expand Down

0 comments on commit 7037fe9

Please sign in to comment.