Skip to content

Commit 9590a5e

Browse files
fix(CI): stop testing on Node 14 (#66)
1 parent 7a8596e commit 9590a5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/validate.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
fail-fast: false
4343

4444
matrix:
45-
node: [14, 16, 18, 20]
45+
node: [16, 18, 20]
4646
os: [ubuntu-latest, windows-latest, macos-latest]
4747
project: [blob, fetch, file, form-data, stream]
4848

0 commit comments

Comments
 (0)