This commit is contained in:
Dessalines 2024-01-28 12:19:12 -05:00
parent db06716b11
commit fa97ff4cc4

View file

@ -7,6 +7,7 @@ steps:
- git submodule update --recursive --remote - git submodule update --recursive --remote
# Install pnpm # Install pnpm
- wget -qO- https://get.pnpm.io/install.sh | ENV="$HOME/.shrc" SHELL="$(which sh)" sh - - wget -qO- https://get.pnpm.io/install.sh | ENV="$HOME/.shrc" SHELL="$(which sh)" sh -
- source /root/.shrc
install: install:
image: node:20-alpine image: node:20-alpine