Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ufaboy committed Jun 29, 2024
1 parent 7d37b73 commit 2376564
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ jobs:
# Устанавливаем Node.JS для сборки приложения
- uses: actions/setup-node@v1
with:
node-version: '19'
node-version: '20'
# Устанавливаем pnpm
- uses: pnpm/action-setup@v2
with:
version: 7.26.2
version: 9.4.0
# Устанавливаем зависимости для сборки
- name: Install Dependencies
run: pnpm i
Expand Down

0 comments on commit 2376564

Please sign in to comment.