mirror of
https://github.com/vee1e/flatbuffers.git
synced 2026-09-01 17:57:25 +00:00
Lock pnpm version to 10 in CI workflow (#9142)
This commit is contained in:
parent
38df29380a
commit
5982eb6495
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue