Skip to content

Commit

Permalink
chore!: drop Node v18 support (#215)
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreDemailly authored Jan 5, 2025
1 parent 1b56aa1 commit 77ac7d9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

strategy:
matrix:
node-version: [18.x, 20.x]
node-version: [20.x, 22.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

## 🚧 Requirements

- [Node.js](https://nodejs.org/en/) version 18 or higher
- [Node.js](https://nodejs.org/en/) version 20 or higher
- A [reverse-proxy](https://github.com/MyUnisoft/loki-reverse-proxy) to safely expose Loki to internet (if required).

## 🚀 Getting Started
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"test": "test"
},
"engines": {
"node": ">=18"
"node": ">=20"
},
"publishConfig": {
"@myunisoft:registry": "https://registry.npmjs.org/"
Expand Down

0 comments on commit 77ac7d9

Please sign in to comment.