We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 008de6d commit e460726Copy full SHA for e460726
.github/workflows/package-js-tests.yml
@@ -122,7 +122,7 @@ jobs:
122
run: script/convert
123
- name: Install Node modules with pnpm for renderer package
124
run: |
125
- pnpm install ${{ matrix.node-version == '22' && '--frozen-lockfile' || '' }}
+ pnpm install ${{ matrix.node-version == '22' && '--frozen-lockfile' || '--no-frozen-lockfile' }}
126
pnpm add -g yalc
127
- name: Build Renderer package
128
run: pnpm build
0 commit comments