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