Skip to content
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ jobs:
with:
fetch-depth: 0
- name: Use Node.js
uses: actions/setup-node@v4
uses: actions/setup-node@v6
with:
node-version: '20.x'
node-version: '24'
cache: 'npm'
Comment thread
m1ga marked this conversation as resolved.
Outdated
- run: npm ci
name: Install dependencies
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/regen-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ jobs:
fetch-depth: 0

- name: Setup node
uses: actions/setup-node@v4
uses: actions/setup-node@v6
with:
node-version: '16'
node-version: '24'
Comment thread
m1ga marked this conversation as resolved.
Outdated
registry-url: 'https://registry.npmjs.org'

- name: Install dependencies
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
TiC.PROPERTY_CLIP_VIEWS,
TiC.PROPERTY_PADDING,
TiC.PROPERTY_SHOW_PAGING_CONTROL,
TiC.PROPERTY_OVER_SCROLL_MODE
TiC.PROPERTY_OVER_SCROLL_MODE,
TiC.PROPERTY_SCROLL_TYPE
})
public class ScrollableViewProxy extends TiViewProxy
{
Expand Down
Loading