Skip to content

Commit

Permalink
?? deploy damint
Browse files Browse the repository at this point in the history
  • Loading branch information
lalalune committed Oct 11, 2024
1 parent 809dd2c commit 18ef005
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Deploy App to GitHub Pages
name: Deploy Vite React to GitHub Pages

on:
push:
Expand All @@ -16,7 +16,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: '20'
node-version: 18

- name: Install dependencies
run: npm ci
Expand Down

0 comments on commit 18ef005

Please sign in to comment.