From 5982eb6495cc07ce543beb0575317c308d6a4e87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakob=20Korde=C5=BE?= Date: Thu, 18 Jun 2026 11:59:24 +0200 Subject: [PATCH] Lock pnpm version to 10 in CI workflow (#9142) --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 810d515ae..7d2cabf73 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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