Skip to content

Commit

Permalink
- update node engines requirements to all SDKs to 18.19.0
Browse files Browse the repository at this point in the history
- registry aspects migrator should use node 18 docker image
  • Loading branch information
t83714 committed Apr 16, 2024
1 parent cc16a5e commit 6e4c881
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion magda-content-schemas/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"./*.json": "./*.json"
},
"engines": {
"node": ">=16.0.0"
"node": ">=18.19.0"
},
"description": "Common schemas for use with the content api.",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion magda-migrator-registry-aspects/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:14-alpine
FROM node:18-alpine

RUN mkdir -p /usr/src/app
COPY . /usr/src/app
Expand Down
2 changes: 1 addition & 1 deletion magda-registry-aspects/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"./*.json": "./*.json"
},
"engines": {
"node": ">=16.0.0"
"node": ">=18.19.0"
},
"scripts": {
"build": "echo \"ok\"",
Expand Down
2 changes: 1 addition & 1 deletion packages/acs-cmd/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"./package.json": "./package.json"
},
"engines": {
"node": ">=16.0.0"
"node": ">=18.19.0"
},
"scripts": {
"acs-cmd": "./bin/acs-cmd.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/arbitraries/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"./package.json": "./package.json"
},
"engines": {
"node": ">=16.0.0"
"node": ">=18.19.0"
},
"scripts": {
"prebuild": "rimraf dist tsconfig.tsbuildinfo",
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-api-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"./package.json": "./package.json"
},
"engines": {
"node": ">=16.0.0"
"node": ">=18.19.0"
},
"scripts": {
"prebuild": "rimraf dist tsconfig.tsbuildinfo",
Expand Down
2 changes: 1 addition & 1 deletion packages/authentication-plugin-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"./package.json": "./package.json"
},
"engines": {
"node": ">=16.0.0"
"node": ">=18.19.0"
},
"scripts": {
"prebuild": "rimraf dist tsconfig.tsbuildinfo",
Expand Down
2 changes: 1 addition & 1 deletion packages/connector-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"./package.json": "./package.json"
},
"engines": {
"node": ">=16.0.0"
"node": ">=18.19.0"
},
"scripts": {
"prebuild": "rimraf dist tsconfig.tsbuildinfo",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-secrets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"./package.json": "./package.json"
},
"engines": {
"node": ">=16.0.0"
"node": ">=18.19.0"
},
"bin": {
"create-secrets": "./bin/index.js"
Expand Down
2 changes: 1 addition & 1 deletion packages/docker-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"./package.json": "./package.json"
},
"engines": {
"node": ">=16.0.0"
"node": ">=18.19.0"
},
"bin": {
"create-docker-context-for-node-component": "./dist/create-docker-context-for-node-component.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/minion-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"./package.json": "./package.json"
},
"engines": {
"node": ">=16.0.0"
"node": ">=18.19.0"
},
"scripts": {
"prebuild": "rimraf dist tsconfig.tsbuildinfo",
Expand Down
2 changes: 1 addition & 1 deletion packages/org-tree/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"./package.json": "./package.json"
},
"engines": {
"node": ">=16.0.0"
"node": ">=18.19.0"
},
"bin": {
"org-tree": "./dist/index.js"
Expand Down
2 changes: 1 addition & 1 deletion packages/registry-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"./package.json": "./package.json"
},
"engines": {
"node": ">=16.0.0"
"node": ">=18.19.0"
},
"scripts": {
"prebuild": "rimraf dist tsconfig.tsbuildinfo",
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"./package.json": "./package.json"
},
"engines": {
"node": ">=16.0.0"
"node": ">=18.19.0"
},
"scripts": {
"prebuild": "rimraf dist tsconfig.tsbuildinfo",
Expand Down

0 comments on commit 6e4c881

Please sign in to comment.