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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user