Skip to content

Commit

Permalink
Adding ^ to node version to indicate non breaking change v20 compatib…
Browse files Browse the repository at this point in the history
…ility

Signed-off-by: Peter Baker <[email protected]>
  • Loading branch information
PeterBaker0 committed Aug 20, 2024
1 parent 19b46a1 commit 738c077
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "build/src/index.js",
"packageManager": "[email protected]",
"engines": {
"node": "20.9.0"
"node": "^20.9.0"
},
"scripts": {
"lint": "gts lint",
Expand Down
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
]
},
"engines": {
"node": "20.9.0"
"node": "^20.9.0"
},
"scripts": {
"start": "vite",
Expand Down
2 changes: 1 addition & 1 deletion designer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"version": "0.0.1",
"type": "module",
"engines": {
"node": "20.9.0"
"node": "^20.9.0"
},
"scripts": {
"start": "vite",
Expand Down
2 changes: 1 addition & 1 deletion infrastructure/aws-cdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"@faims3/infra-aws-cdk": "bin/@faims3/infra-aws-cdk.js"
},
"engines": {
"node": "20.9.0"
"node": "^20.9.0"
},
"scripts": {
"build": "tsc",
Expand Down
2 changes: 1 addition & 1 deletion library/data-model/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"description": "Database access layer for FAIMS3",
"main": "./build/src/index.js",
"engines": {
"node": "20.9.0"
"node": "^20.9.0"
},
"exports": {
".": "./build/src/index.js"
Expand Down
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "1.0.0",
"main": "index.js",
"engines": {
"node": "20.9.0"
"node": "^20.9.0"
},
"workspaces": [
"api",
Expand Down

0 comments on commit 738c077

Please sign in to comment.