diff --git a/.github/workflows/deploy-client.yml b/.github/workflows/deploy-client.yml index fb99e83..66083cb 100644 --- a/.github/workflows/deploy-client.yml +++ b/.github/workflows/deploy-client.yml @@ -20,7 +20,7 @@ jobs: ref: ${{ github.event.workflow_run.head_branch }} - uses: actions/setup-node@v3 with: - node-version: 18 + node-version: 20 - uses: actions/cache@v2 id: root-npm-cache with: diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ae58462..0ac4f96 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -11,7 +11,7 @@ jobs: - name: setup Node.js uses: actions/setup-node@v3 with: - node-version: 18 + node-version: 20 - uses: actions/cache@v2 id: root-npm-cache with: diff --git a/client/package.json b/client/package.json index 718e20e..7741ff4 100644 --- a/client/package.json +++ b/client/package.json @@ -39,6 +39,6 @@ "pathpida": "^0.21.0" }, "engines": { - "node": ">=18.0.0" + "node": ">=20.0.0" } } diff --git a/package.json b/package.json index fb8fd7c..a754f74 100644 --- a/package.json +++ b/package.json @@ -38,6 +38,6 @@ "vitest": "^0.34.1" }, "engines": { - "node": ">=18.0.0" + "node": ">=20.0.0" } } diff --git a/server/package.json b/server/package.json index 8879c28..e4bd428 100644 --- a/server/package.json +++ b/server/package.json @@ -55,6 +55,6 @@ "vite-tsconfig-paths": "^4.2.0" }, "engines": { - "node": ">=18.0.0" + "node": ">=20.0.0" } }