Skip to content

Commit

Permalink
chore: drop node 16 and add node 22 (#593)
Browse files Browse the repository at this point in the history
  • Loading branch information
perrin4869 authored May 1, 2024
1 parent 5147de8 commit cd3554f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ jobs:
strategy:
matrix:
node-version:
- 16.x
- 18.x
- 20.x
- 22.x
react-version:
- ^16.8.0
- ^17.0.0
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "React component to keep content always scrolled down",
"type": "module",
"engines": {
"node": ">=14.0.0"
"node": ">=18.0.0"
},
"main": "./dist/index.js",
"types": "./types/index.d.ts",
Expand Down

0 comments on commit cd3554f

Please sign in to comment.