mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-22 08:53:48 +01:00
fix: Switch to node alpine image
This commit is contained in:
parent
139a7f3374
commit
c5c1fb73cf
@ -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
Block a user