feat: specify node 14+ and yarn classic LTS (#1240)

This commit is contained in:
Will Laeri
2022-10-24 09:14:22 -07:00
committed by GitHub
parent 09d793926d
commit 91814777b0
2 changed files with 5 additions and 0 deletions

1
.node-version Normal file
View File

@@ -0,0 +1 @@
v16.14.2

View File

@@ -3,6 +3,10 @@
"version": "1.1.16",
"description": "Node, React and MongoDB Headless CMS and Application Framework",
"license": "MIT",
"engines": {
"node": ">=14",
"yarn": ">=1.22 <2"
},
"author": {
"email": "info@payloadcms.com",
"name": "Payload CMS",