chore(cloudcmd) lint

This commit is contained in:
coderaiser 2021-05-04 21:02:06 +03:00
parent 241efe971b
commit 5d93d5752c
4 changed files with 10 additions and 3 deletions

View file

@ -15,7 +15,7 @@ jobs:
- name: Use Node.js 14.x
uses: actions/setup-node@v1
with:
node-version: 14.x
node-version: 16.x
- name: NPM Install
run: |

View file

@ -13,7 +13,7 @@ jobs:
- name: Use Node.js 14.x
uses: actions/setup-node@v1
with:
node-version: 14.x
node-version: [14.x, 16.x]
- name: Install Redrun
run:

View file

@ -37,5 +37,10 @@
"storage.js": {
"remove-useless-async": "off"
}
},
"match": {
"docker.yml": {
"github/set-node-versions": "off"
}
}
}

View file

@ -66,7 +66,9 @@ function initConfig(options = {}) {
checkFn('options.afterShow', options.afterShow);
const afterShow = {config};
const afterShow = {
config,
};
config.afterShow = () => {
afterShow();