Skip to content

Commit 73dfeef

Browse files
committed
Comments
1 parent baea6a3 commit 73dfeef

File tree

1 file changed

+2
-0
lines changed
  • .github/actions/pack_streamlit_component_library

1 file changed

+2
-0
lines changed

.github/actions/pack_streamlit_component_library/action.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ runs:
3434
- name: Install node dependencies for streamlit-component-lib
3535
working-directory: ${{ inputs.working_directory }}/component-lib/
3636
shell: bash
37+
# Note that the version here needs to match the version of yarn specified in the
38+
# Streamlit repo: https://github.com/streamlit/streamlit/blob/develop/frontend/package.json
3739
run: |
3840
corepack enable
3941
corepack prepare yarn@4.5.3 --activate

0 commit comments

Comments
 (0)