Compare commits

..

1 Commits

Author SHA1 Message Date
Dragan Filipovic
b5d54bf446 [action] fix node version 2019-10-03 00:24:52 +02:00
2 changed files with 2 additions and 2 deletions

View File

@@ -20,7 +20,7 @@ outputs:
status:
description: 'Status'
runs:
using: 'node10'
using: 'node12'
main: 'dist/index.js'
branding:
color: 'green'

View File

@@ -1,6 +1,6 @@
{
"name": "ssh-deploy",
"version": "2.0.2",
"version": "2.0.3",
"description": "This GitHub Action deploys specific directory from `GITHUB_WORKSPACE` to a folder on a server via rsync over ssh.",
"main": "src/index.js",
"dependencies": {