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 27
27
- uses : pnpm/action-setup@v2
28
28
name : Install pnpm
29
29
with :
30
- version : 8
30
+ version : 10
31
31
run_install : false
32
32
33
33
- name : Install Node.js
38
38
registry-url : ${{ matrix.registry.url }}
39
39
scope : ' @invoke-ai'
40
40
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
-
53
41
- name : Install dependencies
54
42
run : pnpm install --frozen-lockfile --ignore-scripts
55
43
env :
You can’t perform that action at this time.
0 commit comments