Skip to content

Commit

Permalink
Revert "Update all-frontend-non-major-dependencies (#2468)"
Browse files Browse the repository at this point in the history
This reverts commit 327abf5.
  • Loading branch information
Nadav-B committed Jan 9, 2025
1 parent 327abf5 commit 1d44bd2
Show file tree
Hide file tree
Showing 5 changed files with 177 additions and 180 deletions.
2 changes: 1 addition & 1 deletion frontend/.nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
22.13.0
22.12.0
2 changes: 1 addition & 1 deletion frontend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:22.13.0
FROM node:22.12.0
WORKDIR /usr/src/app
COPY package*.json ./
RUN npm update --location=global npm && npm install
Expand Down
2 changes: 1 addition & 1 deletion frontend/Dockerfile.prod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:22.13.0 AS builder
FROM node:22.12.0 AS builder
WORKDIR /usr/src/app
COPY . .
RUN npm install && npx vite build
Expand Down
Loading

0 comments on commit 1d44bd2

Please sign in to comment.