Commit 0325add
committed
Add engines.node >= 20 to package.json
VS Code 1.90 targets Node 20. Without an explicit engines.node field,
contributors may attempt to build with an older Node version and hit
ES2022 compilation errors.
Signed-off-by: Sebastien Tardif <sebtardif@ncf.ca>1 parent ef5ce07 commit 0325add
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
| 18 | + | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
| |||
0 commit comments