Skip to content

Commit 3762151

Browse files
authored
Merge pull request #103 from anonymousRecords/chore/specify-node-pnpm-versions
chore: specify node, pnpm versions
2 parents d446ba0 + 5b27520 commit 3762151

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@
1919
"prettier-plugin-tailwindcss": "^0.1.11",
2020
"turbo": "^1.10.12"
2121
},
22-
"packageManager": "[email protected]",
22+
"packageManager": "[email protected]",
23+
"engines": {
24+
"node": ">=14.0.0",
25+
"pnpm": "^8.14.0"
26+
},
2327
"version": "0.0.1"
2428
}

0 commit comments

Comments
 (0)