Skip to content

Commit

Permalink
Merge pull request #303 from tschaub/fix-leak
Browse files Browse the repository at this point in the history
fix: fix the memory leak introduced in nodejs v10 patch
  • Loading branch information
tschaub committed Aug 13, 2020
2 parents 88ca705 + 4271a7a commit 47a7979
Show file tree
Hide file tree
Showing 3 changed files with 71 additions and 89 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ jobs:
- 8
- 10
- 12
exclude:
# Temporarily excludes node 12 on windows
# Wait for https://github.com/nodejs/node/issues/34514
- os: windows-latest
node: 12

steps:
- name: Clone repository
Expand Down
Loading

0 comments on commit 47a7979

Please # to comment.