# for CI
FROM node:20

RUN sh -c "$(curl --location https://taskfile.dev/install.sh)" -- -d -b /usr/local/bin
RUN npm -g i pnpm
