Skip to content

Commit 6e59b07

Browse files
authored
test: update the test execution env (#1235)
1 parent 9c5916f commit 6e59b07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

__test__/integration-tests.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ if [[ "$(docker images -q $IMAGE 2> /dev/null)" == "" || $ARG1 == "build" ]]; th
88
echo "Building Docker image $IMAGE ..."
99

1010
cat > Dockerfile << EOF
11-
FROM node:12-alpine
11+
FROM node:16-alpine
1212
RUN apk --no-cache add git git-daemon
1313
RUN npm install jest jest-environment-jsdom --global
1414
WORKDIR /cpr

0 commit comments

Comments
 (0)