Merge pull request 'acid testing' (#28) from futonbeta into main
Reviewed-on: http://gitea.genosjr.moe/l4kr/dashboard-ui/pulls/28
This commit is contained in:
commit
ba755c6c82
6
.github/workflows/futon-deploy.yaml
vendored
6
.github/workflows/futon-deploy.yaml
vendored
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user