Skip to content

Commit

Permalink
changed node version
Browse files Browse the repository at this point in the history
  • Loading branch information
Pjiwm committed Jan 28, 2024
1 parent 4fe2ec8 commit 38b9575
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/shuttle-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: '14'
node-version: '18.16'

- name: Install dependencies
run: npm install --prefix ./app/
Expand All @@ -26,4 +26,4 @@ jobs:
uses: shuttle-hq/deploy-action@main
with:
deploy-key: ${{ secrets.SHUTTLE_API_KEY }}
secrets: JWT_SECRET = '${{ secrets.JWT_SECRET}}'
secrets: JWT_SECRET = '${{ secrets.JWT_SECRET }}'

0 comments on commit 38b9575

Please sign in to comment.