Skip to content

Commit

Permalink
upgrade deployment to use Node 22
Browse files Browse the repository at this point in the history
  • Loading branch information
camdendotlol committed Oct 26, 2024
1 parent 580b53c commit 7edafa7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ jobs:
steps:
- name: Check out
uses: actions/checkout@v4
- name: Set up Node
uses: actions/setup-node@v4
with:
node-version: 22
- name: Build
env:
VITE_BACKEND_URL: ${{ secrets.VITE_BACKEND_URL }}
Expand Down

0 comments on commit 7edafa7

Please sign in to comment.