mirror of
https://github.com/SamKirkland/FTP-Deploy-Action.git
synced 2025-08-14 14:05:05 +00:00
Library & test updates
- Updated NPM packages - Updated tests to point to correct branch (oops)
This commit is contained in:
parent
3f7edaa478
commit
c926b9df00
2
.github/workflows/test-ftp-deploy.yaml
vendored
2
.github/workflows/test-ftp-deploy.yaml
vendored
@ -9,7 +9,7 @@ jobs:
|
||||
with:
|
||||
fetch-depth: 2
|
||||
- name: FTP-Deploy-Action
|
||||
uses: SamKirkland/FTP-Deploy-Action-Typescript@master
|
||||
uses: SamKirkland/FTP-Deploy-Action@master
|
||||
with:
|
||||
ftp-server: ftp://ftp.samkirkland.com/
|
||||
ftp-username: ${{ secrets.ftp_username }}
|
||||
|
2
.github/workflows/test-sftp-deploy.yaml
vendored
2
.github/workflows/test-sftp-deploy.yaml
vendored
@ -9,7 +9,7 @@ jobs:
|
||||
with:
|
||||
fetch-depth: 2
|
||||
- name: FTP-Deploy-Action
|
||||
uses: SamKirkland/FTP-Deploy-Action-Typescript@master
|
||||
uses: SamKirkland/FTP-Deploy-Action@master
|
||||
with:
|
||||
# deploy to a folder named "sftp-deploy-test.samkirkland.com" on my server
|
||||
ftp-server: sftp://ftp.samkirkland.com:7822/home/samkirkland/sftp-deploy-test.samkirkland.com/
|
||||
|
3747
package-lock.json
generated
3747
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
18
package.json
18
package.json
@ -5,7 +5,7 @@
|
||||
"description": "TypeScript template action",
|
||||
"main": "dist/main.js",
|
||||
"engines": {
|
||||
"node": ">=10.0.0"
|
||||
"node": ">=12.0.0"
|
||||
},
|
||||
"scripts": {
|
||||
"build:dev": "tsc",
|
||||
@ -25,16 +25,16 @@
|
||||
"author": "SamKirkland",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@actions/core": "1.2.0",
|
||||
"@actions/exec": "1.0.1"
|
||||
"@actions/core": "1.2.4",
|
||||
"@actions/exec": "1.0.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/jest": "24.0.23",
|
||||
"@types/jest": "25.2.1",
|
||||
"@types/node": "12.12.8",
|
||||
"@zeit/ncc": "0.20.5",
|
||||
"jest": "24.9.0",
|
||||
"jest-circus": "24.9.0",
|
||||
"ts-jest": "24.1.0",
|
||||
"typescript": "3.7.2"
|
||||
"@zeit/ncc": "0.22.1",
|
||||
"jest": "25.5.3",
|
||||
"jest-circus": "25.5.3",
|
||||
"ts-jest": "25.4.0",
|
||||
"typescript": "3.8.3"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user