0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-26 03:02:40 +00:00

Merge pull request #3084 from naturalcrit/UpdateCircleCiNodeVersion

Up Node Version on CircleCi to pass tests
This commit is contained in:
Trevor Buckner
2023-10-06 15:02:49 -04:00
committed by GitHub
2 changed files with 6 additions and 6 deletions

View File

@@ -5,12 +5,12 @@
version: 2.1
orbs:
node: circleci/node@3.0.0
node: circleci/node@5.1.0
jobs:
build:
docker:
- image: cimg/node:16.11.0
- image: cimg/node:20.8.0
- 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@8.10.0
- run: sudo npm install -g npm@10.2.0
- node/install-packages:
app-dir: ~/homebrewery
cache-path: node_modules
@@ -45,7 +45,7 @@ jobs:
test:
docker:
- image: cimg/node:16.11.0
- image: cimg/node:20.8.0
working_directory: ~/homebrewery
parallelism: 1

View File

@@ -3,8 +3,8 @@
"description": "Create authentic looking D&D homebrews using only markdown",
"version": "3.9.2",
"engines": {
"npm": "^10.1.x",
"node": ">=20.7.x"
"npm": "^10.2.x",
"node": ">=20.8.x"
},
"repository": {
"type": "git",