File tree Expand file tree Collapse file tree 1 file changed +1
-13
lines changed Expand file tree Collapse file tree 1 file changed +1
-13
lines changed Original file line number Diff line number Diff line change 2727 - uses : pnpm/action-setup@v2
2828 name : Install pnpm
2929 with :
30- version : 8
30+ version : 10
3131 run_install : false
3232
3333 - name : Install Node.js
3838 registry-url : ${{ matrix.registry.url }}
3939 scope : ' @invoke-ai'
4040
41- # TODO: remove when https://github.com/pnpm/pnpm/issues/7579 is resolved
42- - name : Reinstall @invoke-ai packages
43- shell : bash
44- run : |
45- VERSION_ESLINT=$(node -p "require('./package.json').devDependencies['@invoke-ai/eslint-config-react']")
46- VERSION_PRETTIER=$(node -p "require('./package.json').devDependencies['@invoke-ai/prettier-config-react']")
47-
48- pnpm uninstall @invoke-ai/eslint-config-react @invoke-ai/prettier-config-react
49- pnpm install --ignore-scripts -D @invoke-ai/eslint-config-react@$VERSION_ESLINT -D @invoke-ai/prettier-config-react@$VERSION_PRETTIER
50- env :
51- NODE_AUTH_TOKEN : ${{ secrets[matrix.registry.token_secret] }}
52-
5341 - name : Install dependencies
5442 run : pnpm install --frozen-lockfile --ignore-scripts
5543 env :
You can’t perform that action at this time.
0 commit comments