diff --git a/.github/workflows/node.js.yml b/.github/workflows/coolshapes.js.yml similarity index 90% rename from .github/workflows/node.js.yml rename to .github/workflows/coolshapes.js.yml index 3619085..389353d 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/coolshapes.js.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [14.x, 16.x, 18.x] + node-version: [16.x, 18.x, 21.x] steps: - uses: actions/checkout@v3 - name: Use Node.js ${{ matrix.node-version }} diff --git a/package.json b/package.json index f5fbcb9..74e3b77 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "email": "realvjy@gmail.com" }, "engines": { - "node": ">=10" + "node": ">=14.0.0" }, "peerDependencies": { "react": ">=16.8",