diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a561e9d266..2befc22534 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,7 +38,7 @@ on: APPLE_APPLICATION_CERT_PASSWORD: env: - NODE_VERSION: 18.16.1 + NODE_VERSION: 20.11.1 jobs: lint: diff --git a/.node-version b/.node-version index 3876fd4986..2dbbe00e67 100644 --- a/.node-version +++ b/.node-version @@ -1 +1 @@ -18.16.1 +20.11.1 diff --git a/.nvmrc b/.nvmrc index 5e0828ad15..ee09fac75c 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -v18.16.1 +v20.11.1 diff --git a/.tool-versions b/.tool-versions index 35dde7c876..a6f2871079 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1,2 +1,2 @@ python 3.9.5 -nodejs 18.16.1 +nodejs 20.11.1 diff --git a/docs/contributing/setup.md b/docs/contributing/setup.md index bc77f9f1bf..a6136bd8b7 100644 --- a/docs/contributing/setup.md +++ b/docs/contributing/setup.md @@ -19,7 +19,7 @@ versions look similar to the below output: ```shellsession $ node -v -v18.16.1 +v20.11.1 $ yarn -v 1.21.1