File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed
Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -48,23 +48,23 @@ jobs:
4848 with :
4949 submodules : recursive
5050
51+ - uses : pnpm/action-setup@v4
52+ name : Install pnpm
53+ id : pnpm-install
54+ with :
55+ version : 9
56+ run_install : false
57+
5158 - name : Get next version
5259 id : get-next-version
5360 run : |
5461 echo "NEXT_VERSION=$(echo "${{ needs.prepare-vis3-kit.outputs.NEXT_VERSION }}")" >> $GITHUB_ENV
5562
5663 - name : update vis3-kit version
64+ working-directory : web
5765 run : |
58- cd web/app
59- # update vis3-kit version in package.json
60- sed -i "s/\"@vis3\/kit\": \"[^\"]*\"/\"@vis3\/kit\": \"${NEXT_VERSION}\"/" package.json
61-
62- - uses : pnpm/action-setup@v4
63- name : Install pnpm
64- id : pnpm-install
65- with :
66- version : 9
67- run_install : false
66+ pnpm --filter vis3-web-app pkg set dependencies."@vis3/kit"="${NEXT_VERSION}"
67+ pnpm install --lockfile-only
6868
6969 - name : Get pnpm store directory
7070 id : pnpm-cache
You can’t perform that action at this time.
0 commit comments