fix ci
Some checks failed
CI Pipeline / build (20.x) (push) Has been cancelled

This commit is contained in:
Lee
2023-10-19 11:55:49 +01:00
parent 73601127b2
commit d5382860f3
3 changed files with 29 additions and 23 deletions

View File

@ -11,11 +11,12 @@ jobs:
node-version: [20.x]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v1
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
registry-url: "https://registry.npmjs.org"
- run: npm ci
- run: npm run lint
- run: npm run coverage