Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan-Roberts123 committed May 25, 2024
1 parent 4ca5d2d commit db74358
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,12 @@ jobs:
Deploy-Production:
runs-on: ubuntu-latest
steps:
- name: Log version 12
run: node --version
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: "20"
- name: Checkout
uses: actions/checkout@v2
- name: Log version
run: node --version
- name: Install Vercel CLI
run: npm install --global vercel@latest
- name: Pull Vercel Environment Information
Expand Down

0 comments on commit db74358

Please sign in to comment.