mirror of
https://gitea.com/actions/setup-node.git
synced 2024-11-22 18:19:33 +01:00
2a814b57e1
* Allow reading 'package.json' as node-version-file
* Run 'npm run build'
* Read package.json contents directly during tests
- this eliminates OS-specific line-ending issues
* Run project Prettier 💅
5 lines
46 B
JSON
5 lines
46 B
JSON
{
|
|
"engines": {
|
|
"node": ">=14.0.0"
|
|
}
|
|
}
|