fix: Switch to node alpine image
This commit is contained in:
parent
ee5f067069
commit
1be1b2db76
|
@ -1,10 +1,8 @@
|
||||||
pipeline:
|
pipeline:
|
||||||
testCommit:
|
testCommit:
|
||||||
image: node:latest
|
image: node:alpine
|
||||||
commands:
|
commands:
|
||||||
- apt-get update
|
- apk add --no-cache cargo python3 make g++
|
||||||
- apt-get install -y cargo
|
|
||||||
- rm -rf /var/lib/apt/lists/*
|
|
||||||
- cp .config/ci.yml .config/default.yml
|
- cp .config/ci.yml .config/default.yml
|
||||||
- corepack enable
|
- corepack enable
|
||||||
- corepack prepare pnpm@latest --activate
|
- corepack prepare pnpm@latest --activate
|
||||||
|
|
Loading…
Reference in New Issue