Update lint.yml

This commit is contained in:
Elysia
2025-07-09 20:07:47 +07:00
parent 7a6d15b871
commit d834551c45

View File

@@ -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