From 4a551a4de031332ab70d267ac83eed4f6c3ebcd7 Mon Sep 17 00:00:00 2001 From: l4kr Date: Wed, 13 Sep 2023 14:58:52 +0200 Subject: [PATCH] acid testing --- .github/workflows/futon-deploy.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/futon-deploy.yaml b/.github/workflows/futon-deploy.yaml index 12f80e6..bc53737 100644 --- a/.github/workflows/futon-deploy.yaml +++ b/.github/workflows/futon-deploy.yaml @@ -14,14 +14,14 @@ jobs: uses: actions/checkout@v4 - name: install Node.js - uses: actions/setup-node@v2 + uses: actions/setup-node@v1 with: - node-version: 16 + node-version: 12 - name: Install ependencies run: 'npm ci' - - name: run linters + - name: Run linters uses: wearerequired/lint-action@v2 with: eslint: true