23
23
uses : actions/checkout@v2
24
24
25
25
- name : 📂 Sync files
26
- uses :
SamKirkland/[email protected] .2
26
+ uses :
SamKirkland/[email protected] .3
27
27
with :
28
28
server : ftp.samkirkland.com
29
29
username : myFtpUserName
@@ -88,18 +88,18 @@ jobs:
88
88
- name: 🚚 Get latest code
89
89
uses: actions/checkout@v2
90
90
91
- - name: Use Node.js 14
91
+ - name: Use Node.js 16
92
92
uses: actions/setup-node@v2
93
93
with:
94
- node-version: '14 '
94
+ node-version: '16 '
95
95
96
96
- name: 🔨 Build Project
97
97
run: |
98
98
npm install
99
99
npm run build
100
100
101
101
- name: 📂 Sync files
102
- uses: SamKirkland/[email protected] .2
102
+ uses: SamKirkland/[email protected] .3
103
103
with:
104
104
server: ftp.samkirkland.com
105
105
username: myFtpUserName
@@ -119,7 +119,7 @@ jobs:
119
119
uses: actions/checkout@v2
120
120
121
121
- name: 📂 Sync files
122
- uses: SamKirkland/[email protected] .2
122
+ uses: SamKirkland/[email protected] .3
123
123
with:
124
124
server: ftp.samkirkland.com
125
125
username: myFtpUserName
@@ -142,7 +142,7 @@ jobs:
142
142
uses: actions/checkout@v2
143
143
144
144
- name: 📂 Sync files
145
- uses: SamKirkland/[email protected] .2
145
+ uses: SamKirkland/[email protected] .3
146
146
with:
147
147
server: ftp.samkirkland.com
148
148
username: myFtpUserName
@@ -164,7 +164,7 @@ jobs:
164
164
uses: actions/checkout@v2
165
165
166
166
- name: 📂 Sync files
167
- uses: SamKirkland/[email protected] .2
167
+ uses: SamKirkland/[email protected] .3
168
168
with:
169
169
server: ftp.samkirkland.com
170
170
username: myFtpUserName
0 commit comments