fix: Switch to node alpine image

This commit is contained in:
Pyrox 2023-05-01 15:09:21 -04:00
parent ee5f067069
commit 1be1b2db76
No known key found for this signature in database
GPG key ID: 8CDF3F7CAA53A0F5

View file

@ -1,10 +1,8 @@
pipeline:
testCommit:
image: node:latest
image: node:alpine
commands:
- apt-get update
- apt-get install -y cargo
- rm -rf /var/lib/apt/lists/*
- apk add --no-cache cargo python3 make g++
- cp .config/ci.yml .config/default.yml
- corepack enable
- corepack prepare pnpm@latest --activate