This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
steps:
|
||||
- name: Prepare
|
||||
image: alpine:latest
|
||||
image: node:18-slim
|
||||
commands:
|
||||
- wget -qO /bin/pnpm "https://github.com/pnpm/pnpm/releases/latest/download/pnpm-linuxstatic-x64" && chmod +x /bin/pnpm
|
||||
- corepack enable
|
||||
- corepack prepare pnpm@latest --activate
|
||||
- pnpm install --frozen-lockfile
|
||||
- pnpm prebuild
|
||||
- pnpm build
|
||||
Reference in New Issue
Block a user