We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aab0e5f commit 327cadbCopy full SHA for 327cadb
.node-version
@@ -1 +1 @@
1
-14.15.4
+16.2.0
.tool-versions
@@ -0,0 +1 @@
+nodejs 16.2.0
package.json
@@ -3,6 +3,9 @@
3
"version": "0.1.0",
4
"main": "index.js",
5
"license": "MIT",
6
+ "engines": {
7
+ "node": "^16.0.0"
8
+ },
9
"scripts": {
10
"dev": "next dev",
11
"build": "next build",
0 commit comments