Skip to content

Commit 1b21034

Browse files
committed
v4.3.2
1 parent ed91728 commit 1b21034

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: actions/checkout@v2
2424

2525
- name: 📂 Sync files
26-
uses: SamKirkland/[email protected].1
26+
uses: SamKirkland/[email protected].2
2727
with:
2828
server: ftp.samkirkland.com
2929
username: myFtpUserName
@@ -99,7 +99,7 @@ jobs:
9999
npm run build
100100
101101
- name: 📂 Sync files
102-
uses: SamKirkland/[email protected].1
102+
uses: SamKirkland/[email protected].2
103103
with:
104104
server: ftp.samkirkland.com
105105
username: myFtpUserName
@@ -119,7 +119,7 @@ jobs:
119119
uses: actions/checkout@v2
120120
121121
- name: 📂 Sync files
122-
uses: SamKirkland/[email protected].1
122+
uses: SamKirkland/[email protected].2
123123
with:
124124
server: ftp.samkirkland.com
125125
username: myFtpUserName
@@ -142,7 +142,7 @@ jobs:
142142
uses: actions/checkout@v2
143143
144144
- name: 📂 Sync files
145-
uses: SamKirkland/[email protected].1
145+
uses: SamKirkland/[email protected].2
146146
with:
147147
server: ftp.samkirkland.com
148148
username: myFtpUserName
@@ -164,7 +164,7 @@ jobs:
164164
uses: actions/checkout@v2
165165
166166
- name: 📂 Sync files
167-
uses: SamKirkland/[email protected].1
167+
uses: SamKirkland/[email protected].2
168168
with:
169169
server: ftp.samkirkland.com
170170
username: myFtpUserName

jest.config.js

Lines changed: 0 additions & 3 deletions
This file was deleted.

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ftp-deploy-action",
3-
"version": "4.3.1",
3+
"version": "4.3.2",
44
"private": true,
55
"description": "Automate deploying websites and more with this GitHub action",
66
"main": "dist/index.js",
@@ -37,5 +37,8 @@
3737
"eslint": "^8.22.0",
3838
"eslint-plugin-jest": "^26.8.7",
3939
"typescript": "^4.7.4"
40+
},
41+
"jest": {
42+
"preset": "ts-jest"
4043
}
4144
}

0 commit comments

Comments
 (0)