We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 55996b1 + a491409 commit cee0558Copy full SHA for cee0558
2 files changed
.github/workflows/index.yaml
@@ -8,7 +8,7 @@ jobs:
8
strategy:
9
fail-fast: false
10
matrix:
11
- node: [18, 20, 22]
+ node: [22, 24, 26]
12
steps:
13
- uses: actions/checkout@v6
14
- uses: actions/setup-node@v6
package.json
@@ -44,6 +44,9 @@
44
"url": "https://github.com/abraham/reflection/issues"
45
},
46
"homepage": "https://github.com/abraham/reflection#readme",
47
+ "engines": {
48
+ "node": ">=22"
49
+ },
50
"devDependencies": {
51
"@eslint/js": "^10.0.0",
52
"@types/jest": "^30.0.0",
0 commit comments