Skip to content
This repository was archived by the owner on Sep 20, 2023. It is now read-only.

Commit 0225526

Browse files
committed
Bump to node 12
1 parent fe23053 commit 0225526

File tree

12 files changed

+12
-12
lines changed

12 files changed

+12
-12
lines changed

devops/dockerfiles/origin-t3-client

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:10 as build
1+
FROM node:12 as build
22

33
ARG ENVKEY
44

infra/cron/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Origin distributed cron jobs framework",
44
"version": "0.1.0",
55
"engines": {
6-
"node": "10.x"
6+
"node": "12.x"
77
},
88
"author": "Origin Protocol, Inc.",
99
"license": "MIT",

infra/discovery/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"author": "Origin Protocol Inc",
66
"license": "MIT",
77
"engines": {
8-
"node": "10.x"
8+
"node": "12.x"
99
},
1010
"repository": {
1111
"type": "git",

infra/faucet/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"author": "Origin Protocol Inc",
66
"license": "MIT",
77
"engines": {
8-
"node": "10.x"
8+
"node": "12.x"
99
},
1010
"repository": {
1111
"type": "git",

infra/growth-shared/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Shared growth functionality: growth event migration files, models and resources",
44
"version": "0.1.0",
55
"engines": {
6-
"node": "10.x"
6+
"node": "12.x"
77
},
88
"author": "Origin Protocol Inc",
99
"license": "MIT",

infra/growth/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Origin growth engine",
44
"version": "0.1.0",
55
"engines": {
6-
"node": "10.x"
6+
"node": "12.x"
77
},
88
"author": "Origin Protocol Inc",
99
"license": "MIT",

infra/identity/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Origin Identity",
44
"version": "0.1.0",
55
"engines": {
6-
"node": "10.x"
6+
"node": "12.x"
77
},
88
"author": "Origin Protocol Inc",
99
"license": "MIT",

infra/notifications/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.0.1",
44
"description": "Origin Notifications Service",
55
"engines": {
6-
"node": "10.x"
6+
"node": "12.x"
77
},
88
"repository": {
99
"type": "git",

infra/relayer/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Origin relayer service",
44
"version": "0.1.0",
55
"engines": {
6-
"node": "10.x"
6+
"node": "12.x"
77
},
88
"author": "Origin Protocol Inc",
99
"license": "MIT",

infra/token-transfer-server/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.1.0",
44
"description": "API for Origin Investor Portal",
55
"engines": {
6-
"node": "10.x"
6+
"node": "12.x"
77
},
88
"author": "Origin Protocol Inc",
99
"license": "MIT",

packages/contracts/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.8.6",
44
"description": "",
55
"engines": {
6-
"node": "10.x"
6+
"node": "12.x"
77
},
88
"scripts": {
99
"build": "per-env",

packages/token/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"license": "MIT",
66
"version": "0.1.0",
77
"engines": {
8-
"node": "10.x"
8+
"node": "12.x"
99
},
1010
"repository": {
1111
"type": "git",

0 commit comments

Comments
 (0)