Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit bdb9887

Browse files
committedJan 9, 2023
build: Update Node.js version and add Procfile
1 parent 92c9fa4 commit bdb9887

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
 

‎Procfile

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
web: npm start

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,6 @@
5656
"testEnvironment": "node"
5757
},
5858
"engines": {
59-
"node": ">=12"
59+
"node": ">=16"
6060
}
6161
}

0 commit comments

Comments
 (0)
Please sign in to comment.