diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2e01fb83..8bc7f060 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 18.x + node-version: 20.x - name: setup NPM run: npm set @LouisBarranqueiro:registry https://npm.pkg.github.com/ && npm set //npm.pkg.github.com/:_authToken ${{ secrets.GITHUB_TOKEN }} - name: Install dependencies diff --git a/package-lock.json b/package-lock.json index 960ba31b..794f5407 100644 --- a/package-lock.json +++ b/package-lock.json @@ -85,7 +85,7 @@ "webpack-hot-middleware": "2.25.4" }, "engines": { - "node": ">= 14.19.0" + "node": ">= 20.9.0" }, "peerDependencies": { "react": "^16.8.0 || ^17.0.0 || ^18.0.0" diff --git a/package.json b/package.json index 3cdcc80e..738e3f0c 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "prepare": "husky install" }, "engines": { - "node": ">= 14.19.0" + "node": ">= 20.9.0" }, "repository": { "type": "git",