Skip to content

Commit

Permalink
Merge pull request #2430 from IntersectMBO/test
Browse files Browse the repository at this point in the history
chore: bump NodeJS to v20 LTS
  • Loading branch information
MSzalowski authored Nov 26, 2024
2 parents e8695b7 + d4c784c commit f4918cb
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 34 deletions.
2 changes: 1 addition & 1 deletion govtool/frontend/.nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
lts/hydrogen
20.18.1
2 changes: 1 addition & 1 deletion govtool/frontend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18-alpine as builder
FROM node:20.18.1-alpine as builder

ARG VITE_APP_ENV='beta'
ARG VITE_BASE_URL
Expand Down
2 changes: 1 addition & 1 deletion govtool/frontend/Dockerfile.qovery
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18-alpine as builder
FROM node:20.18.1-alpine as builder

ARG VITE_APP_ENV='beta'
ARG VITE_BASE_URL
Expand Down
31 changes: 0 additions & 31 deletions govtool/frontend/Dockerfile.qovey

This file was deleted.

0 comments on commit f4918cb

Please sign in to comment.