Skip to content

Commit a8c53ec

Browse files
committed
feat: drop version requirement to 20.19 || 22.12
1 parent 56737cb commit a8c53ec

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.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: 1 addition & 1 deletion
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"
4343
},
4444
"type": "module",
4545
"files": [

0 commit comments

Comments
 (0)