Skip to content

Commit fc49fd9

Browse files
authored
Merge branch 'main' into renovate/typescript-4.x
2 parents dfa6076 + 66a0ca4 commit fc49fd9

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

package-lock.json

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
},
4343
"devDependencies": {
4444
"@types/mocha": "^9.0.0",
45-
"@types/node": "^15.6.1",
45+
"@types/node": "^16.0.0",
4646
"@types/p-limit": "^2.0.0",
4747
"@types/pify": "^5.0.0",
4848
"@types/pretty-ms": "^4.0.0",

system-test/Dockerfile.linux

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ RUN apt-get update && apt-get install -y \
55
WORKDIR /root/
66
RUN go get github.com/google/pprof
77

8-
FROM debian:stretch
8+
FROM debian:11
99

1010
ARG NODE_VERSION
1111
ARG NVM_NODEJS_ORG_MIRROR

0 commit comments

Comments
 (0)