From 7be4146ab2b0ce5bde1d2b67885849d0d9942ae0 Mon Sep 17 00:00:00 2001 From: "Dr. Simon Harrer" Date: Thu, 20 Jun 2024 16:33:59 +0200 Subject: [PATCH] Update deploy.yml --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index dc3113f..4714a3d 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -32,7 +32,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v2 with: - node-version: '14' # You can specify the Node.js version here + node-version: '22' # You can specify the Node.js version here - name: Install dependencies run: npm install