Skip to content

Commit 513f3b4

Browse files
committed
Update Node.js version in deployment workflow and remove unused script_stop parameter
Signed-off-by: Innei <tukon479@gmail.com>
1 parent 8f67f03 commit 513f3b4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474

7575
strategy:
7676
matrix:
77-
node-version: [20.x]
77+
node-version: [lts/*]
7878
outputs:
7979
sha_short: ${{ steps.store.outputs.sha_short }}
8080
branch: ${{ steps.store.outputs.branch }}
@@ -164,7 +164,6 @@ jobs:
164164
password: ${{ secrets.PASSWORD }}
165165
key: ${{ secrets.KEY }}
166166
port: ${{ secrets.PORT }}
167-
script_stop: true
168167
script: |
169168
set -e
170169
source $HOME/.bashrc

0 commit comments

Comments
 (0)