ci: update yml config

This commit is contained in:
2022-12-02 00:38:32 +08:00
parent 28f798df9d
commit 3dc44b8a34
3 changed files with 24 additions and 24 deletions

View File

@@ -11,10 +11,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js 12.x
- name: Use Node.js 16.x
uses: actions/setup-node@v1
with:
node-version: '12.x'
node-version: '16.x'
- run: npm install
- run: npm run lint && npm run build