Skip to content

Commit

Permalink
v4.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
SamKirkland committed Dec 2, 2022
1 parent b8e4443 commit 1d198be
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: actions/checkout@v2

- name: 📂 Sync files
uses: SamKirkland/[email protected].2
uses: SamKirkland/[email protected].3
with:
server: ftp.samkirkland.com
username: myFtpUserName
Expand Down Expand Up @@ -88,18 +88,18 @@ jobs:
- name: 🚚 Get latest code
uses: actions/checkout@v2
- name: Use Node.js 14
- name: Use Node.js 16
uses: actions/setup-node@v2
with:
node-version: '14'
node-version: '16'
- name: 🔨 Build Project
run: |
npm install
npm run build
- name: 📂 Sync files
uses: SamKirkland/[email protected].2
uses: SamKirkland/[email protected].3
with:
server: ftp.samkirkland.com
username: myFtpUserName
Expand All @@ -119,7 +119,7 @@ jobs:
uses: actions/checkout@v2
- name: 📂 Sync files
uses: SamKirkland/[email protected].2
uses: SamKirkland/[email protected].3
with:
server: ftp.samkirkland.com
username: myFtpUserName
Expand All @@ -142,7 +142,7 @@ jobs:
uses: actions/checkout@v2
- name: 📂 Sync files
uses: SamKirkland/[email protected].2
uses: SamKirkland/[email protected].3
with:
server: ftp.samkirkland.com
username: myFtpUserName
Expand All @@ -164,7 +164,7 @@ jobs:
uses: actions/checkout@v2
- name: 📂 Sync files
uses: SamKirkland/[email protected].2
uses: SamKirkland/[email protected].3
with:
server: ftp.samkirkland.com
username: myFtpUserName
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ftp-deploy-action",
"version": "4.3.2",
"version": "4.3.3",
"private": true,
"description": "Automate deploying websites and more with this GitHub action",
"main": "dist/index.js",
Expand Down

0 comments on commit 1d198be

Please sign in to comment.