Skip to content

Commit 900e2ef

Browse files
committed
feat: drop version requirement to ^20.19 || ^22.12 || >=24
1 parent 56737cb commit 900e2ef

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
strategy:
1717
matrix:
18-
node-version: [20.19.0, 20.x, 22.13.0, 22.x, 24.x, 25.x]
18+
node-version: [20.19.0, 20.x, 22.12.0, 22.x, 24.x, 25.x]
1919

2020
steps:
2121
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
@@ -190,7 +190,7 @@ jobs:
190190
strategy:
191191
fail-fast: false
192192
matrix:
193-
node-version: [20.19.0, 20.x, 22.13.0, 22.x, 24.x, 25.x]
193+
node-version: [20.19.0, 20.x, 22.12.0, 22.x, 24.x, 25.x]
194194
steps:
195195
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
196196
- uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
},
4040
"homepage": "https://github.com/ExodusOSS/bytes#readme",
4141
"engines": {
42-
"node": "^20.19.0 || >=22.13.0"
42+
"node": "^20.19.0 || ^22.12.0 || >=24.0.0"
4343
},
4444
"type": "module",
4545
"files": [
@@ -129,7 +129,7 @@
129129
"@scure/base": "^1.2.6",
130130
"@stablelib/base64": "^2.0.1",
131131
"@stablelib/hex": "^2.0.1",
132-
"@types/node": "^22.13.0",
132+
"@types/node": "^22.12.0",
133133
"base-x": "^5.0.1",
134134
"base32.js": "^0.1.0",
135135
"base58-js": "^3.0.3",

pnpm-lock.yaml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)