From 6e59b075e09f2e99ef15a43a0f1f417c04433cf9 Mon Sep 17 00:00:00 2001 From: Peter Evans <18365890+peter-evans@users.noreply.github.com> Date: Fri, 26 Aug 2022 11:07:49 +0900 Subject: [PATCH] test: update the test execution env (#1235) --- __test__/integration-tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__test__/integration-tests.sh b/__test__/integration-tests.sh index 2db4a25e4..5780b57cb 100755 --- a/__test__/integration-tests.sh +++ b/__test__/integration-tests.sh @@ -8,7 +8,7 @@ if [[ "$(docker images -q $IMAGE 2> /dev/null)" == "" || $ARG1 == "build" ]]; th echo "Building Docker image $IMAGE ..." cat > Dockerfile << EOF -FROM node:12-alpine +FROM node:16-alpine RUN apk --no-cache add git git-daemon RUN npm install jest jest-environment-jsdom --global WORKDIR /cpr