Skip to content

Commit

Permalink
chore: drop support for Node 16 (#246)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabnguess authored Nov 4, 2023
1 parent 437520a commit 077cbb2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ${{matrix.os}}
strategy:
matrix:
node-version: [18.x]
node-version: [18.x, 20.x]
os: [ubuntu-latest, macos-latest, windows-latest]
fail-fast: false
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/vis-network.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
node-version: [18.x, 20.x]
fail-fast: false
steps:
- name: Harden Runner
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ The CLI allow to load the JSON into a Webpage with the **open** command. The pag

## 🚧 Requirements

- [Node.js](https://nodejs.org/en/) LTS 16.x or higher
- [Node.js](https://nodejs.org/en/) v18 or higher

## 💃 Getting Started

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"type": "module",
"engines": {
"node": ">=16.1.0"
"node": ">=18"
},
"scripts": {
"eslint": "eslint bin src test",
Expand Down

0 comments on commit 077cbb2

Please sign in to comment.