Skip to content

Commit 37c9baf

Browse files
committed
[Breaking] update engines.node
1 parent ea23656 commit 37c9baf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/node.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ jobs:
99
tests:
1010
uses: ljharb/actions/.github/workflows/node.yml@main
1111
with:
12-
range: '^22.11 || >= 23.3'
12+
range: '^22.21 || ^24.11 || >= 25.1'
1313
type: minors
1414
command: npm run tests-only

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,6 @@
8080
]
8181
},
8282
"engines": {
83-
"node": "^22.11 || >= 23.3"
83+
"node": "^22.21 || ^24.11 || >= 25.1"
8484
}
8585
}

0 commit comments

Comments
 (0)