fix: CI: install pnpm
ci/woodpecker/push/woodpecker Pipeline failed Details

This commit is contained in:
Aravinth Manivannan 2023-09-18 22:10:12 +05:30
parent c4f1302e06
commit fa0fb859fe
Signed by: realaravinth
GPG Key ID: F8F50389936984FF
1 changed files with 2 additions and 0 deletions

View File

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