Skip to content

Commit

Permalink
fix: specify backup server node versio
Browse files Browse the repository at this point in the history
  • Loading branch information
Jasonvdb committed Dec 13, 2023
1 parent cdeab8a commit 6fefc00
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions backup-server/.npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
engine-strict=true
5 changes: 5 additions & 0 deletions backup-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
"version": "1.0.0",
"description": "",
"main": "index.js",
"engines": {
"npm": ">=8.0.0 <9.0.0",
"node": ">=19.0.0"
},
"engineStrict" : true,
"scripts": {
"start": "node index.js",
"create-keypair": "node src/create-keypair.js",
Expand Down

0 comments on commit 6fefc00

Please sign in to comment.