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