Skip to content

Commit

Permalink
Raise minimum Node version to 14.x
Browse files Browse the repository at this point in the history
  • Loading branch information
pkalita-lbl committed Mar 31, 2023
1 parent 0a9a954 commit 8691627
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

strategy:
matrix:
node-version: [12.x, 14.x, 16.x]
node-version: [14.x, 16.x, 18.x]

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

## Requirements

* Node.js ≥ 12.20
* Node.js ≥ 14.16

## Installation

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 @@
"url": "git+https://github.com/INCATools/obographviz.git"
},
"engines": {
"node": ">=12"
"node": ">=14.16"
},
"type": "module",
"dependencies": {
Expand Down

0 comments on commit 8691627

Please sign in to comment.