Skip to content

Commit

Permalink
Update Deploy Preview.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rLukoyanov authored Aug 7, 2024
1 parent 1d2685c commit 13b80a3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/Deploy Preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
uses: actions/checkout@v2

- name: Set up Node.js
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: '16' # Убедитесь, что версия Node.js соответствует требованиям вашего проекта
node-version: '18.17.0'

- name: Install dependencies
run: npm install
Expand All @@ -31,4 +31,4 @@ jobs:
vercel-args: '--prod'
working-directory: ./
github-token: ${{ secrets.GITHUB_TOKEN }}
scope: your-vercel-username # Укажите ваше имя пользователя Vercel
scope: ruslanlukoanov0-gmailcom

0 comments on commit 13b80a3

Please sign in to comment.