chore: update lock file and set engine to use pnpm v10 (#536)

* chore: update lock file and set engine to use pnpm v10.5.2

* chore: set pnpm version to v10.x.x

* chore(ci): use pnpm v10

* chore: update Dockerfile to use pnpm@latest-10

* chore(ci): use pnpm/action-setup@v4
This commit is contained in:
doprz
2025-02-28 22:54:46 -06:00
committed by GitHub
parent 20d210245b
commit 56a82baf40
7 changed files with 23 additions and 19 deletions

View File

@@ -2,7 +2,7 @@
FROM node:20.9.0-alpine AS base
# Install pnpm
RUN npm install -g pnpm
RUN npm install -g pnpm@latest-10
# Set working directory
WORKDIR /app