BREAKING CHANGE: update to use nodeJS v20

This commit is contained in:
Jerome Lachaud 2023-10-25 13:19:20 +00:00
parent aa1c48118d
commit d77e3dfdc8
4 changed files with 5 additions and 5 deletions

View File

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

View File

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

View File

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

4
package-lock.json generated
View File

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