mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Build: Adds pre-commit check that fails if node versions are not synced (#17820)
* Build: Adds pre-commit check that fails if node versions are not synced * Build: Throws error instead * Minor refactoring and testing
This commit is contained in:
committed by
Torkel Ödegaard
parent
315177fad7
commit
b1a0bd115c
@@ -255,5 +255,8 @@
|
||||
},
|
||||
"_moduleAliases": {
|
||||
"puppeteer": "node_modules/puppeteer-core"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=10 <11"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user