From b16cc1ad792ab0674bfc7d7d965048c99a28e89a Mon Sep 17 00:00:00 2001 From: l4kr Date: Wed, 13 Sep 2023 14:51:42 +0200 Subject: [PATCH] acid testing --- .github/workflows/futon-deploy.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/futon-deploy.yaml b/.github/workflows/futon-deploy.yaml index f038d9e..e8ae15a 100644 --- a/.github/workflows/futon-deploy.yaml +++ b/.github/workflows/futon-deploy.yaml @@ -15,9 +15,10 @@ jobs: - name: install Node.js uses: actions/setup-node@v1 - with: node-version:12 + with: + node-version: 12 - - name: Instal l dependencies + - name: Install ependencies run: 'npm ci' - name: run linters