mirror of
https://github.com/digital-asset/daml.git
synced 2024-11-10 10:46:11 +03:00
fc366478f0
* Upgrade puppeteer We’ve seen a couple of issues in the compatibility tests of the form ``` Error: Protocol error (Runtime.callFunctionOn): Target closed. ``` Looking at the issue tracker in puppeteer this might be fixed in newer versions and I don’t see why we should stick to a fairly old version anyway. changelog_begin changelog_end * Upgrade nodejs changelog_begin changelog_end * temporary add a step to kill node_modules changelog_begin changelog_end * Kill live server and try to fix Windows changelog_begin changelog_end * Undo rm changelog_begin changelog_end
20 lines
383 B
Plaintext
20 lines
383 B
Plaintext
{
|
|
"version": "0.0.8",
|
|
"manifests": "dev-env\\windows\\manifests",
|
|
"tools": [
|
|
"7zip",
|
|
"bazel",
|
|
"cacert",
|
|
"curl-7.65.3",
|
|
"java-openjdk-8u201",
|
|
"maven-3.6.1",
|
|
"msys2",
|
|
"nodejs-12.17.0",
|
|
"nsis-3.04",
|
|
"python-3.8.2",
|
|
"stack",
|
|
"toxiproxy",
|
|
"vcredist-14.24.28127.4"
|
|
]
|
|
}
|