Lock pnpm version to 10 in CI workflow (#9142)

This commit is contained in:
Jakob Kordež
2026-06-18 11:59:24 +02:00
committed by GitHub
parent 38df29380a
commit 5982eb6495

View File

@@ -545,7 +545,7 @@ jobs:
# FIXME: make test script not rely on flatc
run: cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Release -DFLATBUFFERS_BUILD_TESTS=OFF -DFLATBUFFERS_INSTALL=OFF -DFLATBUFFERS_BUILD_FLATLIB=OFF -DFLATBUFFERS_BUILD_FLATHASH=OFF . && make -j
- name: pnpm
run: npm install -g pnpm
run: npm install -g pnpm@10
- name: deps
run: pnpm i
- name: compile