Skip to content

Commit

Permalink
fix: publish ci (#898)
Browse files Browse the repository at this point in the history
* fix: publish ci

* Fix: lint
  • Loading branch information
Naturalclar authored Nov 10, 2024
1 parent 5f72e50 commit 36b0cb1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18]
node-version: [20]
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion js/SegmentedControl.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ const SegmentedControl = ({
if (ref.current) {
ref.current.measure((_x, _y, width) => updateSegmentWidth(width));
}
}, [values]);
}, [values, updateSegmentWidth]);

return (
<View
Expand Down

0 comments on commit 36b0cb1

Please sign in to comment.