Compare commits

..

No commits in common. "16bb35ed0b6e568fa7554ebdf990fdc4c046b549" and "aa1c48118d8dc380d98fcec25cb4ea6da39029ba" have entirely different histories.

6 changed files with 6 additions and 17 deletions

View File

@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node-version: [20.x]
node-version: [16.x]
steps:
- name: Checkout

View File

@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
os: [ ubuntu-latest ]
node-version: [ 20.x ]
node-version: [ 16.x ]
steps:
- name: Checkout

View File

@ -47,7 +47,7 @@ outputs:
status:
description: "Status"
runs:
using: "node20"
using: "node16"
main: "dist/index.js"
branding:
color: "green"

View File

@ -1,14 +1,3 @@
# [5.0.0](https://github.com/easingthemes/ssh-deploy/compare/v4.1.10...v5.0.0) (2023-12-12)
* Merge pull request #173 from jeromelachaud/main ([ac1908e](https://github.com/easingthemes/ssh-deploy/commit/ac1908e5d2dc749496fdbe8a918aa073e3357d85)), closes [#173](https://github.com/easingthemes/ssh-deploy/issues/173)
### BREAKING CHANGES
* update to use nodeJS v20
* update to use nodeJS v20
## [4.1.10](https://github.com/easingthemes/ssh-deploy/compare/v4.1.9...v4.1.10) (2023-09-30)

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "@draganfilipovic/ssh-deploy",
"version": "4.1.10",
"version": "4.1.8",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@draganfilipovic/ssh-deploy",
"version": "4.1.10",
"version": "4.1.8",
"license": "MIT",
"dependencies": {
"rsyncwrapper": "^3.0.1"

View File

@ -1,6 +1,6 @@
{
"name": "@draganfilipovic/ssh-deploy",
"version": "5.0.0",
"version": "4.1.10",
"description": "Fast NodeJS action to deploy specific directory from `GITHUB_WORKSPACE` to a server via rsync over ssh.",
"main": "dist/index.js",
"files": [