From 2a61775eb6c78fe1908a86a35fbb3dc7d917c3eb Mon Sep 17 00:00:00 2001 From: l4kr Date: Wed, 13 Sep 2023 14:56:17 +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 54417b1..12f80e6 100644 --- a/.github/workflows/futon-deploy.yaml +++ b/.github/workflows/futon-deploy.yaml @@ -16,7 +16,7 @@ jobs: - name: install Node.js uses: actions/setup-node@v2 with: - node-version: 18 + node-version: 16 - name: Install ependencies run: 'npm ci'