Skip to content

Commit 01cd0fb

Browse files
authored
fix(nodejs-write-stream): file handler is garbage collected (#22)
1 parent f6e0935 commit 01cd0fb

12 files changed

Lines changed: 2264 additions & 2392 deletions

File tree

.github/workflows/build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ jobs:
6666
- name: Release
6767
env:
6868
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
69-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
7069
run: npx semantic-release
7170

7271
- name: Set npm package url to GITHUB_OUTPUT

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ node_modules
99
/.env
1010
/.eslintcache
1111
/test/utils/files/big-image.jpg
12-
/test/utils/files/big-file.jpg
12+
/test/utils/files/big-file.bin

0 commit comments

Comments
 (0)