Skip to content

Commit

Permalink
feat: bumps required node version
Browse files Browse the repository at this point in the history
  • Loading branch information
eaddingtonwhite committed Jul 6, 2023
1 parent e443829 commit 3ba110b
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@
"format": "eslint . --fix --ext .ts",
"watch": "tsc -w",
"build": "rm -rf dist && tsc",
"test": "npm run test-momento",
"test-momento": "DEFAULT_TTL_SECONDS=60 MOMENTO_ENABLED=true jest",
"test-redis": "MOMENTO_ENABLED=false jest"
"test": "DEFAULT_TTL_SECONDS=60 jest"
},
"author": "",
"license": "Apache-2.0",
Expand Down Expand Up @@ -152,5 +150,9 @@
"^.+\\.tsx?$": "ts-jest"
},
"testTimeout": 30000
},
"engines": {
"npm": ">=8.0.0 <9.0.0",
"node": ">=16.0.0"
}
}

0 comments on commit 3ba110b

Please sign in to comment.