Update lint.yml
This commit is contained in:
7
.github/workflows/lint.yml
vendored
7
.github/workflows/lint.yml
vendored
@@ -17,10 +17,9 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: Install Node.js v20
|
- name: Install Node.js v22
|
||||||
uses: actions/setup-node@v4
|
uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version: 20
|
node-version: 22
|
||||||
- run: npm i -g pnpm
|
- run: npm install --verbose
|
||||||
- run: pnpm i
|
|
||||||
- run: npm run test
|
- run: npm run test
|
||||||
|
|||||||
Reference in New Issue
Block a user