diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 0b6b025..87a7792 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -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 diff --git a/README.md b/README.md index acbcf83..c1c0d67 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ ## Requirements -* Node.js ≥ 12.20 +* Node.js ≥ 14.16 ## Installation diff --git a/package.json b/package.json index af4afc0..4436376 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "url": "git+https://github.com/INCATools/obographviz.git" }, "engines": { - "node": ">=12" + "node": ">=14.16" }, "type": "module", "dependencies": {