chore: CI/CD

This commit is contained in:
Elysia
2024-07-25 09:43:24 +07:00
parent 5cd6a284a3
commit 8113789999
2 changed files with 3 additions and 2 deletions

View File

@@ -21,5 +21,6 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: 20
- run: npm i
- run: npm i -g pnpm
- run: pnpm i
- run: npm run test

File diff suppressed because one or more lines are too long