diff --git a/.gitpod.Dockerfile b/.gitpod.Dockerfile index 0eb9ce71..3194f76c 100644 --- a/.gitpod.Dockerfile +++ b/.gitpod.Dockerfile @@ -2,5 +2,5 @@ FROM gitpod/workspace-full:latest USER gitpod -RUN npm i jest@24.8.0 -g -RUN npm i @learnpack/learnpack@2.1.39 -g && learnpack plugins:install @learnpack/node@1.1.5 +RUN npm i jest@29.7.0 jest-environment-jsdom@29.7.0 -g +RUN npm i @learnpack/learnpack@2.1.47 -g && learnpack plugins:install @learnpack/node@1.1.11