Skip to content

Commit 571194f

Browse files
committed
drop node 18 and fix windows line endings
1 parent a9e632c commit 571194f

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* text=auto eol=lf

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
fail-fast: false
1111
matrix:
12-
node-version: [18.x, 20.x, 22.x]
12+
node-version: [20.x, 22.x]
1313
os: [ubuntu-latest, windows-latest, macos-latest]
1414

1515
steps:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ npm install dvbjs
1717
import * as dvb from "dvbjs";
1818
```
1919

20-
Requires Node.js 18+ (uses native `fetch`).
20+
Requires Node.js 20+ (uses native `fetch`).
2121

2222
## Example Usage
2323

biome.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@
2424
"enabled": true,
2525
"indentStyle": "space",
2626
"indentWidth": 2,
27-
"lineWidth": 100
27+
"lineWidth": 100,
28+
"lineEnding": "lf"
2829
},
2930
"javascript": {
3031
"formatter": {

0 commit comments

Comments
 (0)