Skip to content

Commit 061de23

Browse files
committed
Require >=20.19.0
1 parent 9e71451 commit 061de23

File tree

14 files changed

+19
-19
lines changed

14 files changed

+19
-19
lines changed

.changeset/perfect-rats-type.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
"@tus/utils": minor
88
---
99

10-
Change required Node.js version from 16 to 20
10+
Change required Node.js version from 16 to 20.19.0

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Install Node.js
3434
uses: actions/setup-node@v3
3535
with:
36-
node-version: 20
36+
node-version: 20.19
3737

3838
- name: Install dependencies
3939
run: npm ci --no-fund --no-audit

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ All packages are fully typed with TypeScript.
124124

125125
## Compatibility
126126

127-
All packages require Node.js 20+.
127+
All packages require Node.js >=20.19.0.
128128

129129
## Contribute
130130

packages/azure-store/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Azure Store based on the Append Blob Client [Azure Blob AppendBlobClient](https:
1616

1717
## Install
1818

19-
In Node.js (20+), install with npm:
19+
In Node.js >=20.19.0, install with npm:
2020

2121
```bash
2222
npm install @tus/azure-store
@@ -84,7 +84,7 @@ This package is fully typed with TypeScript.
8484

8585
## Compatibility
8686

87-
This package requires Node.js 20+.
87+
This package requires Node.js >=20.19.0.
8888

8989
## Contribute
9090

packages/azure-store/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@
3131
"should": "^13.2.3"
3232
},
3333
"engines": {
34-
"node": ">=20"
34+
"node": ">=20.19.0"
3535
}
3636
}

packages/file-store/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
## Install
2222

23-
In Node.js (20+), install with npm:
23+
In Node.js >=20.19.0, install with npm:
2424

2525
```bash
2626
npm install @tus/file-store
@@ -124,7 +124,7 @@ This package is fully typed with TypeScript.
124124

125125
## Compatibility
126126

127-
This package requires Node.js 20+.
127+
This package requires Node.js >=20.19.0.
128128

129129
## Contribute
130130

packages/file-store/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@
2828
"@redis/client": "^1.6.0"
2929
},
3030
"engines": {
31-
"node": ">=20"
31+
"node": ">=20.19.0"
3232
}
3333
}

packages/gcs-store/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
## Install
1919

20-
In Node.js (20+), install with npm:
20+
In Node.js >=20.19.0, install with npm:
2121

2222
```bash
2323
npm install @tus/gcs-store
@@ -74,7 +74,7 @@ This package is fully typed with TypeScript.
7474

7575
## Compatibility
7676

77-
This package requires Node.js 20+.
77+
This package requires Node.js >=20.19.0.
7878

7979
## Contribute
8080

packages/gcs-store/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@
3535
"@google-cloud/storage": "*"
3636
},
3737
"engines": {
38-
"node": ">=20"
38+
"node": ">=20.19.0"
3939
}
4040
}

packages/s3-store/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
## Install
2424

25-
In Node.js (20+), install with npm:
25+
In Node.js >=20.19.0, install with npm:
2626

2727
```bash
2828
npm install @tus/s3-store
@@ -251,7 +251,7 @@ This package is fully typed with TypeScript.
251251

252252
## Compatibility
253253

254-
This package requires Node.js 20+.
254+
This package requires Node.js >=20.19.0.
255255

256256
## Contribute
257257

0 commit comments

Comments
 (0)