Skip to content

Commit

Permalink
add node steps in GH actions
Browse files Browse the repository at this point in the history
  • Loading branch information
thelinuxlich committed Aug 9, 2023
1 parent 6a6e628 commit abc1a32
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/fly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '16'
cache: 'npm'
- run: npm ci
- run: npm run build
- uses: superfly/flyctl-actions/setup-flyctl@master
- run: flyctl deploy --remote-only
env:
Expand Down

0 comments on commit abc1a32

Please sign in to comment.