We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0efeae commit 45bf1b1Copy full SHA for 45bf1b1
.github/workflows/push.yml
@@ -11,7 +11,7 @@ jobs:
11
strategy:
12
fail-fast: false
13
matrix:
14
- node-version: [16.x, 18.x, 20.x]
+ node-version: [18.x, 20.x, 22.x]
15
16
steps:
17
- uses: actions/checkout@v4
package.json
@@ -2,6 +2,9 @@
2
"name": "react-infinite-scroll-component",
3
"version": "7.0.0",
4
"description": "An Infinite Scroll component in react.",
5
+ "engines": {
6
+ "node": ">=18.18.0"
7
+ },
8
"source": "src/index.tsx",
9
"main": "dist/index.js",
10
"unpkg": "dist/index.umd.js",
0 commit comments