File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222 with :
2323 node-version : ${{ steps.node-version.outputs.version }}
2424 - name : Setup pnpm
25- uses : pnpm/action-setup@v5
25+ uses : pnpm/action-setup@v6
2626 with :
2727 package_json_file : ' galaxy root/client/package.json'
2828 - name : get client commit
Original file line number Diff line number Diff line change 2828 with :
2929 node-version : ${{ steps.node-version.outputs.version }}
3030 - name : Setup pnpm
31- uses : pnpm/action-setup@v5
31+ uses : pnpm/action-setup@v6
3232 with :
3333 package_json_file : client/package.json
3434 - name : Install client dependencies
Original file line number Diff line number Diff line change 2626 with :
2727 node-version : ${{ steps.node-version.outputs.version }}
2828 - name : Setup pnpm
29- uses : pnpm/action-setup@v5
29+ uses : pnpm/action-setup@v6
3030 with :
3131 package_json_file : client/package.json
3232 - run : pnpm install --frozen-lockfile
Original file line number Diff line number Diff line change 2626 with :
2727 node-version : ${{ steps.node-version.outputs.version }}
2828 - name : Setup pnpm
29- uses : pnpm/action-setup@v5
29+ uses : pnpm/action-setup@v6
3030 with :
3131 package_json_file : client/package.json
3232 - run : pnpm install --frozen-lockfile
Original file line number Diff line number Diff line change 3535 with :
3636 node-version : ${{ steps.node-version.outputs.version }}
3737 - name : Setup pnpm
38- uses : pnpm/action-setup@v5
38+ uses : pnpm/action-setup@v6
3939 with :
4040 package_json_file : ' galaxy root/client/package.json'
4141 - uses : actions/setup-python@v6
Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ jobs:
106106 node-version : ${{ steps.node-version.outputs.version }}
107107 registry-url : ' https://registry.npmjs.org'
108108 - name : Setup pnpm
109- uses : pnpm/action-setup@v5
109+ uses : pnpm/action-setup@v6
110110 # TODO(post-26.1): the @galaxyproject/galaxy-client npm publish is now
111111 # redundant with the galaxy-web-client PyPI wheel used by
112112 # scripts/common_startup.sh and the install-client make target. Keep
Original file line number Diff line number Diff line change 5757 run : ./scripts/common_startup.sh --dev-wheels --skip-client-build
5858 working-directory : ' galaxy root'
5959 - name : Setup pnpm
60- uses : pnpm/action-setup@v5
60+ uses : pnpm/action-setup@v6
6161 with :
6262 package_json_file : ' galaxy root/lib/tool_shed/webapp/frontend/package.json'
6363 - name : Build Frontend
You can’t perform that action at this time.
0 commit comments