Sign in
canrd-outside
/
order-erp-front
·
Commits
GitLab
Go to group
Project
Activity
Files
Commits
Builds
0
Network
Graphs
Milestones
Issues
0
Merge Requests
1
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
61aefcaa659ba6a21c2fd7e75c8d39de8310d367
Authored by
JinMao
2022-10-12 20:12:43 +0800
1 parent
acfba7cc
fix: workflows
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
.github/workflows/ftp-schedule.yml
.github/workflows/ftp-schedule.yml
View file @
61aefca
...
...
@@ -45,6 +45,8 @@ jobs:
45
45
46
46
- name: Deploy
47
47
uses: SamKirkland/FTP-Deploy-Action@4.3.2
48
+ with:
49
+ node-version: '16.x'
48
50
env:
49
51
FTP_SERVER: ${{ secrets.FTP_SERVER }}
50
52
FTP_USERNAME: ${{ secrets.FTP_USERNAME }}
...
...