File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change 16
16
node-version : " 14.x"
17
17
- run : npm i -g pnpm
18
18
- run : pnpm update -r --latest -E
19
- - run : pnpm install p-queue@6.6.2
20
- working-directory : ./components/assistive-webdriver
19
+ - run : |
20
+ ( cd ./components/assistive-webdriver && pnpm install p-queue@6.6.2 )
21
+ ( cd ./components/assistive-webdriver && pnpm install node-fetch@2.6.1 )
22
+ ( cd ./components/assistive-webdriver && pnpm install -D @types/node-fetch@2.5.12 )
23
+ ( cd ./components/assistive-playwright-client && pnpm install node-fetch@2.6.1 )
24
+ ( cd ./components/assistive-playwright-client && pnpm install -D @types/node-fetch@2.5.12 )
25
+ ( cd ./components/assistive-playwright-server && pnpm install -D node-fetch@2.6.1 )
26
+ ( cd ./components/assistive-playwright-server && pnpm install -D @types/node-fetch@2.5.12 )
27
+ ( cd ./components/assistive-playwright-tester && pnpm install node-fetch@2.6.1 )
28
+ ( cd ./components/assistive-playwright-tester && pnpm install -D @types/node-fetch@2.5.12 )
21
29
- name : Create pull request
22
30
uses : peter-evans/create-pull-request@v3.8.0
23
31
with :
You can’t perform that action at this time.
0 commit comments