From 3812f99259290fc5954366d73d55a0f9c3ffeb56 Mon Sep 17 00:00:00 2001 From: Rohit Pai Date: Tue, 24 Oct 2023 16:04:17 +0100 Subject: [PATCH 1/2] changed node version --- .github/workflows/ftpDeploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ftpDeploy.yml b/.github/workflows/ftpDeploy.yml index 0ba8108..ea7c3fb 100644 --- a/.github/workflows/ftpDeploy.yml +++ b/.github/workflows/ftpDeploy.yml @@ -11,7 +11,7 @@ jobs: - name: Use Node.js Latest uses: actions/setup-node@v3 with: - node-version: 'latest' + node-version: 20 - name: 🔨Run Gulp run: | From 4c871c20a0479bc1e6cc4b74af4cb43554f7c719 Mon Sep 17 00:00:00 2001 From: Rohit Pai Date: Tue, 24 Oct 2023 16:08:02 +0100 Subject: [PATCH 2/2] chnaged to run all branches --- .github/workflows/ftpDeploy.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ftpDeploy.yml b/.github/workflows/ftpDeploy.yml index ea7c3fb..5c79990 100644 --- a/.github/workflows/ftpDeploy.yml +++ b/.github/workflows/ftpDeploy.yml @@ -1,4 +1,7 @@ -on: push +on: + push: + branches: + - '*' name: 🚀 Deploy website on push jobs: web-deploy: