SamKirkland / ftp-deploy

Deploy websites over FTP with one command line
MIT License
89 stars 43 forks source link

node 16 is not support anymore from from github need to update to version 20 #38

Closed moqasalem closed 6 months ago

moqasalem commented 7 months ago

Hello Everyone , since two day i am trying to upload my laravel project to live serve using FTP
but I got this error > Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, SamKirkland/FTP-Deploy-Action@v4.3.4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.

my ymal file is: on:

push:

branches:

- main

pull_request: branches:

SamKirkland commented 6 months ago

Upgraded to node 20 in latest release https://github.com/SamKirkland/ftp-deploy/releases/tag/v1.2.4