Skip to content
This repository has been archived by the owner on Nov 4, 2023. It is now read-only.

Commit

Permalink
Deploy action
Browse files Browse the repository at this point in the history
  • Loading branch information
ryaneggz committed Aug 13, 2023
1 parent 0364731 commit fa118ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v2
with:
node-version: '14' # or your preferred Node.js version
node-version: '16' # or your preferred Node.js version

- name: Install Vercel CLI
run: npm install -g vercel
Expand Down

0 comments on commit fa118ba

Please sign in to comment.