Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MontiMarti authored Feb 21, 2025
1 parent 4c92062 commit e546402
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
- name: "🚚 Get latest code"
uses: actions/checkout@v3

- name: "Use Node.js 18"
- name: "Use Node.js 22"
uses: actions/setup-node@v4
with:
node-version: '18'
node-version: '22'

- name: "🧹 Clean remote directory"
uses: appleboy/ssh-action@master
Expand Down

0 comments on commit e546402

Please sign in to comment.