Commit 2eb80f1
committed
"Downgrade" to node.js v12.x
GitHub Actions run on node.js v12.x, therefore we cannot use any newer
features. This lead to an error in a recent upgrade when trying to
unpack and download the full SDK:
TypeError: fs_1.default.promises.rm is not a function
By fixing @types/node to a version compatible with node.js v12.x we will
avoid this issue in the future.
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>1 parent f66ac0c commit 2eb80f1
3 files changed
+7
-6
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 | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
178 | 178 | | |
179 | 179 | | |
180 | 180 | | |
181 | | - | |
| 181 | + | |
| 182 | + | |
182 | 183 | | |
183 | 184 | | |
184 | 185 | | |
| |||
0 commit comments