Skip to content

Commit 1780bbf

Browse files
authored
Update liara-deploy.yml
1 parent fe6035c commit 1780bbf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/liara-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ jobs:
2828
steps:
2929
- name: 🚚 Get latest code
3030
uses: actions/checkout@v3
31-
- uses: actions/setup-node@v3
31+
- uses: actions/setup-node@v4
3232
with:
33-
node-version: "18"
33+
node-version: 20
3434
- name: update-liara
3535
env:
3636
LIARA_TOKEN: ${{ secrets.LIARA_API_TOKEN }}

0 commit comments

Comments
 (0)