Update .github/workflows/codequality.yml
This commit is contained in:
parent
bc456fbf17
commit
38b1b71bbe
1 changed files with 3 additions and 1 deletions
4
.github/workflows/codequality.yml
vendored
4
.github/workflows/codequality.yml
vendored
|
@ -8,7 +8,7 @@ jobs:
|
|||
|
||||
strategy:
|
||||
matrix:
|
||||
node-version: [18.16]
|
||||
node-version: [latest]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
@ -16,6 +16,8 @@ jobs:
|
|||
uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: ${{ matrix.node-version }}
|
||||
- name: Setup pnpm
|
||||
uses: pnpm/action-setup@v4
|
||||
- name: pnpm install, lint, code style check
|
||||
run: |
|
||||
pnpm ci
|
||||
|
|
Loading…
Add table
Reference in a new issue