From 1f23699f5a4a6a4091cdd3bfa27b4fb700df6fcc Mon Sep 17 00:00:00 2001 From: l4kr Date: Wed, 13 Sep 2023 14:53:43 +0200 Subject: [PATCH] acid testing --- .github/workflows/futon-deploy.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/futon-deploy.yaml b/.github/workflows/futon-deploy.yaml index e8ae15a..54417b1 100644 --- a/.github/workflows/futon-deploy.yaml +++ b/.github/workflows/futon-deploy.yaml @@ -14,9 +14,9 @@ jobs: uses: actions/checkout@v4 - name: install Node.js - uses: actions/setup-node@v1 + uses: actions/setup-node@v2 with: - node-version: 12 + node-version: 18 - name: Install ependencies run: 'npm ci' -- 2.45.2