0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-24 18:32:41 +00:00

Use lower npm version

This commit is contained in:
Trevor Buckner
2022-11-10 21:49:57 -05:00
parent aa1100642d
commit 21de3b31b6
2 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@
version: 2.1
orbs:
node: circleci/node@5.0.3
node: circleci/node@3.0.0
jobs:
build:

View File

@@ -77,7 +77,7 @@
"mongoose": "^6.7.0",
"nanoid": "3.3.4",
"nconf": "^0.12.0",
"npm": "^9.1.1",
"npm": "^8.10.0",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-frame-component": "4.1.3",