From 786a2af940df0bcaf0002b602e35175f6f5da2d6 Mon Sep 17 00:00:00 2001 From: Guilherme Branco Stracini Date: Sat, 8 Jun 2024 04:25:15 +0100 Subject: [PATCH] Update deploy.yml (#218) --- .github/workflows/deploy.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 4a31866..6bd593f 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -1,4 +1,5 @@ name: Build & Deploy via ftp + on: push: branches: [ main ] @@ -21,7 +22,7 @@ jobs: - name: Set up Node.js ${{ matrix.node-version }} uses: actions/setup-node@v4 with: - node-version: 16.x + node-version: 20.x - name: Install dependencies run: npm install