0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-08-06 02:27:38 +00:00

Merge pull request #4891 from dbolack-ab/normalizeNodeVersions

Normalize config files for containers to Node 26.4
This commit is contained in:
Trevor Buckner
2026-07-08 15:31:38 -04:00
committed by GitHub
4 changed files with 6 additions and 6 deletions
+3 -3
View File
@@ -10,7 +10,7 @@ orbs:
jobs:
build:
docker:
- image: cimg/node:20.18.0
- image: cimg/node:26.4
- image: mongo:4.4
working_directory: ~/homebrewery
@@ -27,7 +27,7 @@ jobs:
# fallback to using the latest cache if no exact match is found
- v1-dependencies-
- run: sudo npm install -g npm@10.8.2
- run: sudo npm install -g npm@11.17.0
- node/install-packages:
app-dir: ~/homebrewery
cache-path: node_modules
@@ -45,7 +45,7 @@ jobs:
test:
docker:
- image: cimg/node:20.17.0
- image: cimg/node:26.4
working_directory: ~/homebrewery
parallelism: 1
+1 -1
View File
@@ -1,4 +1,4 @@
FROM node:22-alpine
FROM node:26.4.0-alpine
RUN apk --no-cache add git
ENV NODE_ENV=docker
+1 -1
View File
@@ -94,7 +94,7 @@
"vite": "^7.3.1"
},
"engines": {
"node": ">=20.18 <25",
"node": ">=25",
"npm": ">=10.8 <12"
}
},
+1 -1
View File
@@ -5,7 +5,7 @@
"type": "module",
"engines": {
"npm": ">=10.8 <12",
"node": ">=20.18 <25"
"node": ">=26.4.0"
},
"repository": {
"type": "git",