Skip to content

Commit

Permalink
fix: обновил версию node.js
Browse files Browse the repository at this point in the history
  • Loading branch information
upikoth committed Jan 14, 2024
1 parent d371f01 commit 03926a2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .env.local.template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Переменную нужно установить в переменную окружения.
# export UPIKOTH_PACKAGES_READ= в zsh.rc.
UPIKOTH_PACKAGES_READ=
VITE_API_URL=

SENTRY_DNS=
VITE_API_URL=
VITE_SENTRY_DNS=
2 changes: 1 addition & 1 deletion .github/workflows/lint-build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 03926a2

Please sign in to comment.