feat: update action runtime to node 20 (#2340)

This commit is contained in:
Peter Evans 2023-11-30 14:54:03 +00:00
parent 85246161a0
commit 21d8ea09d5
3 changed files with 3 additions and 3 deletions

View file

@ -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:16-alpine
FROM node:20-alpine
RUN apk --no-cache add git git-daemon
RUN npm install jest jest-environment-jsdom --global
WORKDIR /cpr