ci: update corepack version

This commit is contained in:
Stephen Zhou 2025-02-14 11:38:30 +08:00
parent 164f73d90f
commit 922c50519c
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@ FROM node:18-bullseye-slim as base
RUN apt-get update || : && apt-get install python3 build-essential git -y
RUN npm install -g corepack@latest
RUN corepack enable
RUN npm i -g pm2