Skip to content

Commit

Permalink
fix: add string decoder as a dependency (#522)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeswr committed Jul 1, 2023
1 parent ec65f43 commit 50435d1
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/bundlers.yml
Expand Up @@ -15,6 +15,11 @@ jobs:
os: [ubuntu-latest, windows-latest, macos-latest]
node-version: [12.x, 14.x, 16.x, 18.x, 20.x]
bundler: ['browserify', 'esbuild', 'rollup', 'webpack']
exclude:
- os: windows-latest
node-version: 12.x
- os: windows-latest
node-version: 14.x
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/node.yml
Expand Up @@ -14,6 +14,11 @@ jobs:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
node-version: [12.x, 14.x, 16.x, 18.x, 20.x]
exclude:
- os: windows-latest
node-version: 12.x
- os: windows-latest
node-version: 14.x
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -48,7 +48,8 @@
"abort-controller": "^3.0.0",
"buffer": "^6.0.3",
"events": "^3.3.0",
"process": "^0.11.10"
"process": "^0.11.10",
"string_decoder": "^1.3.0"
},
"devDependencies": {
"@babel/core": "^7.17.10",
Expand Down

0 comments on commit 50435d1

Please sign in to comment.