diff --git a/.circleci/config.yml b/.circleci/config.yml index 0f3067899..58a75290d 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -3,7 +3,7 @@ version: 2.1 parameters: node-version: type: string - default: '16.17.0' + default: '18.16.0' cypress-version: type: string diff --git a/.eslintignore b/.eslintignore index d75b24c64..5b0c2d1f8 100644 --- a/.eslintignore +++ b/.eslintignore @@ -1,3 +1,4 @@ +*.json build coverage node_modules diff --git a/.nvmrc b/.nvmrc index 19c7bdba7..8ddbc0c64 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -16 \ No newline at end of file +v18.16.0