This commit is contained in:
parent
c4f1302e06
commit
fa0fb859fe
1 changed files with 2 additions and 0 deletions
|
@ -2,6 +2,8 @@ steps:
|
|||
build:
|
||||
image: node:18
|
||||
commands:
|
||||
- corepack enable
|
||||
- corepack prepare pnpm@latest-8 --activate
|
||||
- pnpm install
|
||||
- pnpm run lint
|
||||
- pnpm run test
|
||||
|
|
Loading…
Reference in a new issue