diff --git a/.env.local.template b/.env.local.template index e64b660..02e16e2 100644 --- a/.env.local.template +++ b/.env.local.template @@ -1,6 +1,6 @@ # Переменную нужно установить в переменную окружения. # export UPIKOTH_PACKAGES_READ= в zsh.rc. UPIKOTH_PACKAGES_READ= -VITE_API_URL= -SENTRY_DNS= +VITE_API_URL= +VITE_SENTRY_DNS= diff --git a/.github/workflows/lint-build-and-deploy.yml b/.github/workflows/lint-build-and-deploy.yml index e0b8f4e..0b8e21a 100644 --- a/.github/workflows/lint-build-and-deploy.yml +++ b/.github/workflows/lint-build-and-deploy.yml @@ -20,7 +20,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 20 - name: Cache npm dependencies id: cache-npm