File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 22
22
// Use 'forwardPorts' to make a list of ports inside the container available locally.
23
23
// "forwardPorts": [],
24
24
25
- "onCreateCommand" : " npm i jest@24.8 .0 - g && npm i @learnpack/learnpack@2.1.39 -g && learnpack plugins:install @learnpack/node@1.1.5 "
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
26
27
27
// Use 'postCreateCommand' to run commands after the container is created.
28
28
// "postCreateCommand": "yarn install",
Original file line number Diff line number Diff line change @@ -2,5 +2,5 @@ FROM gitpod/workspace-full
2
2
3
3
USER gitpod
4
4
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