diff --git a/.github/workflows/setup_and_build.yml b/.github/workflows/setup_and_build.yml index a30ce4138..08a1dbb03 100644 --- a/.github/workflows/setup_and_build.yml +++ b/.github/workflows/setup_and_build.yml @@ -16,7 +16,7 @@ jobs: with: # DO NOT MODIFY manually, this value is managed by renovate to ensure # it stays in-sync with package.json. See .github/renovate.json5 - node-version: 18 + node-version: 20 cache: yarn - name: Get yarn cache directory path id: yarn-cache-dir-path diff --git a/package.json b/package.json index 0d14725b4..be4905455 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ "**/*": "prettier --write --ignore-unknown" }, "engines": { - "node": "18" + "node": "20" }, "packageManager": "yarn@3.6.3" }