Skip to content

Commit

Permalink
test: update the test execution env (#1235)
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-evans committed Aug 26, 2022
1 parent 9c5916f commit 6e59b07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __test__/integration-tests.sh
Expand Up @@ -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
Expand Down

0 comments on commit 6e59b07

Please sign in to comment.