This commit is contained in:
@@ -1,8 +1,8 @@
|
|||||||
steps:
|
steps:
|
||||||
- name: Prepare
|
- name: Prepare
|
||||||
image: node:lts-alpine
|
image: alpine:latest
|
||||||
commands:
|
commands:
|
||||||
- apk add --no-cache gcompat libc6-compat
|
- wget -qO /bin/pnpm "https://github.com/pnpm/pnpm/releases/latest/download/pnpm-linuxstatic-x64" && chmod +x /bin/pnpm
|
||||||
- corepack enable
|
- corepack enable
|
||||||
- corepack prepare pnpm@latest --activate
|
- corepack prepare pnpm@latest --activate
|
||||||
- pnpm install --frozen-lockfile
|
- pnpm install --frozen-lockfile
|
||||||
|
|||||||
Reference in New Issue
Block a user