From e2b13cf0e3b390f0fe86c1b51385f42a2320ce19 Mon Sep 17 00:00:00 2001 From: Rohit Pai Date: Fri, 20 Oct 2023 09:50:58 +0100 Subject: [PATCH] Updated ftp worflow to use node latest as lts didn't work Signed-off-by: Rohit Pai --- .github/workflows/ftpDeploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ftpDeploy.yml b/.github/workflows/ftpDeploy.yml index 57a207f..07381d6 100644 --- a/.github/workflows/ftpDeploy.yml +++ b/.github/workflows/ftpDeploy.yml @@ -8,10 +8,10 @@ jobs: - name: 🚚 Get latest code uses: actions/checkout@v3 - - name: Use Node.js LTS + - name: Use Node.js Latest uses: actions/setup-node@v3 with: - node-version: 'lts' + node-version: 'latest' - run: | export github="true" npm install