chore(deps): update node.js to v22 (major) (#1179)

Updates node.js in plugin / monorepo
This commit is contained in:
renovate[bot]
2025-02-24 12:18:07 -05:00
committed by GitHub
parent 41252392d3
commit 3bcf7f5c29
4 changed files with 16 additions and 25 deletions

View File

@@ -1,4 +1,4 @@
FROM node:20-bookworm-slim AS builder
FROM node:22-bookworm-slim AS builder
# Install build tools and dependencies
RUN apt-get update -y && apt-get install -y \