File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
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/node@1.1.8"
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/node@1.1.11"
26+
2627
2728 // Use 'postCreateCommand' to run commands after the container is created.
2829 // "postCreateCommand": "yarn install",
Original file line number Diff line number Diff line change @@ -2,5 +2,5 @@ FROM gitpod/workspace-full:latest
22
33USER gitpod
44
5- RUN npm i jest@24.8 .0 -g
6- RUN npm i @learnpack/learnpack@2.1.39 -g && learnpack plugins:install @learnpack/node@1.1.5
5+ RUN npm i jest@29.7.0 jest-environment-jsdom@29.7 .0 -g
6+ RUN npm i @learnpack/learnpack@2.1.47 -g && learnpack plugins:install @learnpack/node@1.1.11
You can’t perform that action at this time.
0 commit comments