diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 2b390da..21bbc31 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -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 }} \ No newline at end of file