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

move to 26

This commit is contained in:
David Bolack
2026-07-05 17:45:54 -05:00
parent 5a52b088ea
commit 54968de248
4 changed files with 6 additions and 6 deletions
+3 -3
View File
@@ -10,7 +10,7 @@ orbs:
jobs:
build:
docker:
- image: cimg/node:25
- image: cimg/node:26
- 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@11.12.1
- 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:25
- image: cimg/node:26
working_directory: ~/homebrewery
parallelism: 1