Skip to content

Commit

Permalink
chore(deps): update
Browse files Browse the repository at this point in the history
  • Loading branch information
Airkro committed Oct 17, 2023
1 parent 4b9cfec commit 16e05be
Show file tree
Hide file tree
Showing 14 changed files with 4,128 additions and 11,894 deletions.
4 changes: 2 additions & 2 deletions .githooks/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh

npm run lint:staged
npm test
pnpm run lint:staged
pnpm test
7 changes: 4 additions & 3 deletions .github/workflows/bring-it.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,12 @@ jobs:
- windows-latest
- ubuntu-latest
node:
- 18.0.0
- 16.15.0
- current
- lts/*
- lts/-1
exclude:
- os: ubuntu-latest
node: 16.15.0
node: lts/*

runs-on: ${{ matrix.os }}
steps:
Expand Down
5 changes: 1 addition & 4 deletions lib/utils.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,7 @@ function Fetch({ server, headers = {}, type, value }) {

return response.arrayBuffer();
},
(error) =>
`Error: ${error.message
.replace('::1', 'localhost')
.replace('127.0.0.1', 'localhost')}`,
(error) => `Error: ${error.message}`,
)
.then((data) =>
typeof data === 'string'
Expand Down
Loading

0 comments on commit 16e05be

Please sign in to comment.