Skip to content

Commit

Permalink
Update tests and nodejs version
Browse files Browse the repository at this point in the history
  • Loading branch information
gusgard committed May 8, 2024
1 parent 3e5cd93 commit 577d32c
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

strategy:
matrix:
node-version: [16.x, 18.x]
node-version: [20.x, 22.x]

steps:
- uses: actions/checkout@v2
Expand Down
4 changes: 2 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"eslint.packageManager": "yarn",
"typescript.tsdk": "node_modules/typescript/lib",
"editor.codeActionsOnSave": {
"source.fixAll.tslint": true,
"source.fixAll.eslint": true
"source.fixAll.tslint": "explicit",
"source.fixAll.eslint": "explicit"
}
}
Binary file modified .yarn/install-state.gz
Binary file not shown.
3 changes: 0 additions & 3 deletions src/components/SwiperFlatList/__snapshots__/test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ exports[`swiper flatlist renders children 1`] = `
onScrollBeginDrag={[Function]}
onScrollEndDrag={[Function]}
onScrollToIndexFailed={[Function]}
onViewableItemsChanged={[Function]}
pagingEnabled={true}
removeClippedSubviews={false}
renderItem={[Function]}
Expand Down Expand Up @@ -133,7 +132,6 @@ exports[`swiper flatlist renders correctly 1`] = `
onScrollBeginDrag={[Function]}
onScrollEndDrag={[Function]}
onScrollToIndexFailed={[Function]}
onViewableItemsChanged={[Function]}
pagingEnabled={true}
removeClippedSubviews={false}
renderItem={[Function]}
Expand Down Expand Up @@ -213,7 +211,6 @@ exports[`swiper flatlist renders empty data correctly 1`] = `
onScrollBeginDrag={[Function]}
onScrollEndDrag={[Function]}
onScrollToIndexFailed={[Function]}
onViewableItemsChanged={[Function]}
pagingEnabled={true}
removeClippedSubviews={false}
renderItem={[Function]}
Expand Down

0 comments on commit 577d32c

Please sign in to comment.