File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2222 // Use 'forwardPorts' to make a list of ports inside the container available locally.
2323 // "forwardPorts": [],
2424
25- "onCreateCommand" : " npm i jest@24.8 .0 - g && npm i @learnpack/learnpack@2.1.39 -g && learnpack plugins:install @learnpack/html@1.1.2 "
25+ "onCreateCommand" : " npm i jest@29.7 .0 jest-environment-jsdom@29.7.0 - g && npm i @learnpack/learnpack@2.1.47 -g && learnpack plugins:install @learnpack/html@1.1.7 "
2626
2727 // Use 'postCreateCommand' to run commands after the container is created.
2828 // "postCreateCommand": "yarn install",
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ FROM gitpod/workspace-full:latest
33
44USER gitpod
55
6- RUN npm i jest@24.8 .0 - g && npm i @learnpack/learnpack@2.1.39 -g && learnpack plugins:install @learnpack/html@1.1.2
6+ RUN npm i jest@29.7 .0 jest-environment-jsdom@29.7.0 - g && npm i @learnpack/learnpack@2.1.47 -g && learnpack plugins:install @learnpack/html@1.1.7
You can’t perform that action at this time.
0 commit comments