File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616 with :
1717 node-version : " 22"
1818 package-manager-cache : false
19+ - run : npm install -g npm@latest
1920 - run : npm ci
2021 - run : npx update-browserslist-db@latest
2122 - run : npx nx bundle web-component
Original file line number Diff line number Diff line change 1818 - uses : actions/setup-node@v6
1919 with :
2020 node-version : " 22"
21+ - run : npm install -g npm@latest
2122 - run : npm ci
2223 - run : npx update-browserslist-db@latest
2324 - name : Build web-component
Original file line number Diff line number Diff line change 1919 - uses : actions/setup-node@v6
2020 with :
2121 node-version : " 22"
22+ - run : npm install -g npm@latest
2223 - run : npm ci
2324 - run : npx update-browserslist-db@latest
2425 - name : Build web-component
Original file line number Diff line number Diff line change 2020 - uses : actions/setup-node@v6
2121 with :
2222 node-version : 22
23-
23+ - run : npm install -g npm@latest
2424 - name : Install everything
2525 run : npm ci
2626
8282 - uses : actions/setup-node@v6
8383 with :
8484 node-version : lts/*
85+ - run : npm install -g npm@latest
8586
8687 - name : Install and run the back-end API
8788 run : |
Original file line number Diff line number Diff line change 2323 - uses : actions/setup-node@v6
2424 with :
2525 node-version : " 22"
26+ - run : npm install -g npm@latest
27+ if : github.event.action != 'closed'
2628 - name : Install
2729 if : github.event.action != 'closed'
2830 run : |
Original file line number Diff line number Diff line change 1616 - uses : actions/setup-node@v6
1717 with :
1818 node-version : 22
19+ - run : npm install -g npm@latest
1920 - run : npm ci --verbose
2021 - run : npx update-browserslist-db@latest
2122 - name : Ng test for studio-web
You can’t perform that action at this time.
0 commit comments