From e0819e29191cd851c8cdea165db8a4fd1d08da34 Mon Sep 17 00:00:00 2001 From: l4kr Date: Wed, 13 Sep 2023 14:36:23 +0200 Subject: [PATCH] acid testing --- .github/workflows/futon-deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/futon-deploy.yaml b/.github/workflows/futon-deploy.yaml index 4e298aa..3ed265c 100644 --- a/.github/workflows/futon-deploy.yaml +++ b/.github/workflows/futon-deploy.yaml @@ -14,7 +14,7 @@ jobs: - name: install Node.js uses: actions/setup-node@v1 - with: node-version:18.x + with: node-version:14.x - name: Install dependencies run: npm install