From 03926a2cdb3341a3e3102ef6be4228d29e02e522 Mon Sep 17 00:00:00 2001 From: upikoth Date: Sun, 14 Jan 2024 21:15:45 +0300 Subject: [PATCH] =?UTF-8?q?fix:=20=D0=BE=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8?= =?UTF-8?q?=D0=BB=20=D0=B2=D0=B5=D1=80=D1=81=D0=B8=D1=8E=20node.js?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.local.template | 4 ++-- .github/workflows/lint-build-and-deploy.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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