Skip to content

Commit

Permalink
fix workflow again
Browse files Browse the repository at this point in the history
  • Loading branch information
kentcdodds committed Mar 22, 2024
1 parent 28a28bd commit 7672965
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: ⎔ Setup node
uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20

- name: ▶️ Run setup script
run: npm run setup
Expand All @@ -44,6 +44,6 @@ jobs:

- name: 🚀 Deploy Production
run: flyctl deploy --remote-only
working-directory: ./kcdshop/deploy
working-directory: kcdshop/deploy
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}

0 comments on commit 7672965

Please sign in to comment.