From 7c8ce11ef8b515e79727eb1c1b558c794538d007 Mon Sep 17 00:00:00 2001 From: "Dr. Simon Harrer" Date: Thu, 20 Jun 2024 16:38:26 +0200 Subject: [PATCH] Update deploy.yml --- .github/workflows/deploy.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 4714a3d..7082490 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -27,12 +27,12 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Setup Node.js - uses: actions/setup-node@v2 + uses: actions/setup-node@v4 with: - node-version: '22' # You can specify the Node.js version here + node-version: '20' # You can specify the Node.js version here - name: Install dependencies run: npm install