Skip to content

Commit 182ea0f

Browse files
committed
chore: update action
1 parent 090ac11 commit 182ea0f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/prod-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,9 @@ jobs:
7171
uses: actions/checkout@v2
7272
- name: Echo Branch
7373
run: echo running on branch ${GITHUB_REF##*/}
74-
- uses: actions/setup-node@v3
74+
- uses: actions/setup-node@v4
7575
with:
76-
node-version: 18
76+
node-version: 22
7777
- name: Deploy to server
7878
uses: appleboy/ssh-action@master
7979
with:

0 commit comments

Comments
 (0)