Skip to content

Commit e407617

Browse files
Add required node versions in package.json and .nvmrc
1 parent e564e30 commit e407617

File tree

3 files changed

+47
-120
lines changed

3 files changed

+47
-120
lines changed

.nvmrc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
lts/Iron
2+
# specify that we want the LTS version of node.

package-lock.json

Lines changed: 42 additions & 120 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
{
22
"name": "prefect-auth-proxy",
33
"version": "1.0.0",
4+
"engines": {
5+
"node": ">=16"
6+
},
47
"description": "Prefect UI and CLI Authentication/Authorization Proxy for on-premises deployments",
58
"main": "index.js",
69
"scripts": {

0 commit comments

Comments
 (0)