Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [14.x, 16.x, 18.x, 20.x, 22.x]
node-version: [16.x, 18.x, 20.x, 22.x]

steps:
- name: Checkout repository
Expand Down
9 changes: 0 additions & 9 deletions .travis.yml

This file was deleted.

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Split File
[![Build Status](https://travis-ci.org/tomvlk/node-split-file.svg?branch=master)](https://travis-ci.org/tomvlk/node-split-file)
[![CI](https://github.com/tomvlk/node-split-file/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/tomvlk/node-split-file/actions/workflows/ci.yml)

Split and merge file in multiple parts. Splittable with number of parts or maximum bytes per part

Expand All @@ -13,7 +13,7 @@ npm i --save split-file
```

### Usage
All methods return a Promise (bluebird) which results in some respose if some.
All methods return a Promise (native) which results in some respose if some.

#### Splitting file with number of parts
```
Expand Down
Loading