Skip to content

Commit 5982eb6

Browse files
authored
Lock pnpm version to 10 in CI workflow (#9142)
1 parent 38df293 commit 5982eb6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -545,7 +545,7 @@ jobs:
545545
# FIXME: make test script not rely on flatc
546546
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
547547
- name: pnpm
548-
run: npm install -g pnpm
548+
run: npm install -g pnpm@10
549549
- name: deps
550550
run: pnpm i
551551
- name: compile

0 commit comments

Comments
 (0)