This commit is contained in:
parent
952fc528c6
commit
b16cc1ad79
5
.github/workflows/futon-deploy.yaml
vendored
5
.github/workflows/futon-deploy.yaml
vendored
@ -15,9 +15,10 @@ jobs:
|
|||||||
|
|
||||||
- name: install Node.js
|
- name: install Node.js
|
||||||
uses: actions/setup-node@v1
|
uses: actions/setup-node@v1
|
||||||
with: node-version:12
|
with:
|
||||||
|
node-version: 12
|
||||||
|
|
||||||
- name: Instal l dependencies
|
- name: Install ependencies
|
||||||
run: 'npm ci'
|
run: 'npm ci'
|
||||||
|
|
||||||
- name: run linters
|
- name: run linters
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user