refactor: update node

This commit is contained in:
Mauricio Siu
2025-02-02 21:57:11 -06:00
parent 7a75557a5a
commit c3f6112fc4
4 changed files with 18 additions and 23 deletions

View File

@@ -1,4 +1,4 @@
FROM node:18-alpine AS base
FROM node:20.9-alpine AS base
ENV PNPM_HOME="/pnpm"
ENV PATH="$PNPM_HOME:$PATH"
RUN corepack enable