Skip to content

Commit

Permalink
refactor: changed node version to 20
Browse files Browse the repository at this point in the history
  • Loading branch information
alexwillmcleod committed Oct 13, 2023
1 parent adbbf1d commit 22fa70c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: superfly/flyctl-actions/setup-flyctl@master
with:
node-version: 20 # Use the Node.js version compatible with your dependencies
- run: flyctl deploy --remote-only
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}

0 comments on commit 22fa70c

Please sign in to comment.