From 3812f99259290fc5954366d73d55a0f9c3ffeb56 Mon Sep 17 00:00:00 2001 From: Rohit Pai Date: Tue, 24 Oct 2023 16:04:17 +0100 Subject: [PATCH] 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: |