Skip to content

Commit e460726

Browse files
committed
Fix Node 20 tests
1 parent 008de6d commit e460726

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/package-js-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122
run: script/convert
123123
- name: Install Node modules with pnpm for renderer package
124124
run: |
125-
pnpm install ${{ matrix.node-version == '22' && '--frozen-lockfile' || '' }}
125+
pnpm install ${{ matrix.node-version == '22' && '--frozen-lockfile' || '--no-frozen-lockfile' }}
126126
pnpm add -g yalc
127127
- name: Build Renderer package
128128
run: pnpm build

0 commit comments

Comments
 (0)