Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update for node.js 20 #23

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion BUILD.MD
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ncc build index.js --license licenses.txt
ncc build index.js --license licenses.txt
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Currently, not active maintained, but working!
## 2024-07: Fixed version for Node.js 20!

# sftp-action
This action can (currently only) upload files and directories over sftp with ssh login.
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
uses: actions/checkout@v2.3.4
- name: Upload Files
id: upload
uses: Creepios/sftp-action@v1.0.3
uses: vtisweden/sftp-action@v1.0.6
with:
host: '127.0.0.1'
port: 22
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@ inputs:
description: 'Define a passphrase for encrypted private keys'
required: false
runs:
using: 'node16'
using: 'node20'
main: 'dist/index.js'
Binary file modified dist/build/Release/cpufeatures.node
Binary file not shown.
Loading