fix: CI: install pnpm
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

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

View file

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