Commit dd38c95
committed
Provide a maximum node version in package.json
As recommended here [1], since the current build for this extension
does not work with Node v18 [2], it would be good to set a maximum
node version until this gets addressed.
So we're updating `engines` here to allow for a maximum version,
which in this case is v17.0.0.
[1]: #1369 (comment)
[2]: #13731 parent 25cf0dc commit dd38c95
2 files changed
+2
-2
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
0 commit comments