File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818 prerelease : false
1919 - uses : actions/setup-node@v1
2020 with :
21- node-version : ' 12 .x'
21+ node-version : ' 16 .x'
2222 registry-url : ' https://registry.npmjs.org'
2323 - run : npm install
2424 - run : npm publish
Original file line number Diff line number Diff line change 77 - uses : actions/checkout@v2
88 - uses : actions/setup-node@v1
99 with :
10- node-version : ' 12 .x'
10+ node-version : ' 16 .x'
1111 registry-url : ' https://registry.npmjs.org'
1212 - run : npm install
1313 - run : npm run lint
Original file line number Diff line number Diff line change 33 "version" : " 0.0.10" ,
44 "description" : " Pagination hooks for React" ,
55 "sideEffects" : false ,
6+ "engines" : {
7+ "npm" : " ^8" ,
8+ "node" : " ^16"
9+ },
610 "scripts" : {
711 "build" : " npm run build:node && npm run build:esm" ,
812 "build:node" : " tsc" ,
You can’t perform that action at this time.
0 commit comments