Skip to content

Commit

Permalink
Update preview.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
CaroGzzLeal committed Jun 13, 2024
1 parent f5a0fc5 commit 89e007c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion 04-nestjs-rick-and-morty/.github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,11 @@ jobs:
run:
working-directory: 04-nestjs-rick-and-morty
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '20'
- name: Install Vercel CLI
run: npm install --global vercel@latest
- name: Pull Vercel Environment Information
Expand Down

0 comments on commit 89e007c

Please sign in to comment.