Skip to content

Commit c98f1c8

Browse files
authored
promote to stable (#1100)
2 parents 3050878 + ebe75ba commit c98f1c8

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ jobs:
1919
strategy:
2020
matrix:
2121
node-version:
22-
- 20.8.1
23-
- 20
24-
- 21
22+
- 22.14.0
23+
- 24.10.0
24+
- 24
2525
os:
2626
- ubuntu-latest
2727
runs-on: "${{ matrix.os }}"

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"tempy": "3.1.0"
5656
},
5757
"engines": {
58-
"node": ">=20.8.1"
58+
"node": "^22.14.0 || >= 24.10.0"
5959
},
6060
"files": [
6161
"lib",

0 commit comments

Comments
 (0)