Skip to content

Commit

Permalink
Update GH actions to use node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
brophdawg11 committed Mar 9, 2024
1 parent d1a2e4a commit 533f495
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/fly-deploy.yml
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: actions/checkout@v4

- name: ⎔ Setup node
uses: actions/setup-node@v3
uses: actions/setup-node@v4

- name: 📥 Install deps
run: npm ci
Expand All @@ -32,6 +32,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: superfly/flyctl-actions@1.3
- uses: superfly/flyctl-actions@1.5
with:
args: 'deploy'

0 comments on commit 533f495

Please sign in to comment.