Skip to content

Commit

Permalink
Merge pull request #1070 from JoinColony/maint/node14
Browse files Browse the repository at this point in the history
Downgrade to Node 14
  • Loading branch information
kronosapiens authored Jul 25, 2022
2 parents 6aef23c + 33e1c47 commit 694d6fc
Show file tree
Hide file tree
Showing 6 changed files with 2,607 additions and 2,449 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 2

job_common: &job_common
docker:
- image: cimg/node:16.15.0
- image: cimg/node:14.18.2
auth:
username: colonyci
password: $COLONYCI_DOCKERHUB_PASSWORD
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.15.0
14.18.2
1 change: 0 additions & 1 deletion packages/metatransaction-broadcaster/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"license": "ISC",
"dependencies": {
"body-parser": "^1.20.0",
"discord.js": "^13.8.0",
"ethers": "^5.6.8",
"express": "^4.18.1",
"jsonfile": "^6.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/package-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"license": "ISC",
"dependencies": {
"axios": "^0.27.2",
"discord.js": "^13.8.0",
"discord.js": "^12.5.3",
"ethers": "^5.6.8",
"jsonfile": "^6.1.0",
"slack": "^11.0.2"
Expand Down
1 change: 0 additions & 1 deletion packages/reputation-miner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
"apicache": "^1.6.3",
"better-sqlite3": "^7.5.3",
"bn.js": "^5.2.1",
"discord.js": "^13.8.0",
"ethers": "^5.6.8",
"exponential-backoff": "^3.1.0",
"express": "^4.18.1",
Expand Down
Loading

0 comments on commit 694d6fc

Please sign in to comment.