Skip to content

Commit

Permalink
fix: support node 16 [ci_release] (#28)
Browse files Browse the repository at this point in the history
* chore: update undici for node 16 fix

https://github.com/nodejs/undici/releases/tag/v3.3.5

* chore: node 15 -> 16 in ci

Co-authored-by: Tyler J Russell <22531310+Nytelife26@users.noreply.github.com>
  • Loading branch information
tbnritzdoge and Nytelife26 committed Apr 21, 2021
1 parent d2c4d29 commit 9d4dec5
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .benchmarks/output.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
petitio - base x 6,657 ops/sec ±3.41% (276 runs sampled)
petitio - base x 10,484 ops/sec ±4.40% (281 runs sampled)

petitio - large body x 373 ops/sec ±3.41% (268 runs sampled)
petitio - large body x 445 ops/sec ±3.24% (279 runs sampled)

2 changes: 1 addition & 1 deletion .github/workflows/ci-lint-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
shell: bash
strategy:
matrix:
node: [12, 14, 15]
node: [12, 14, 16]
steps:
- name: "[INIT] Checkout repository"
uses: actions/checkout@v2
Expand Down
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"ts-node": "^9.1.1",
"typedoc": "^0.20.35",
"typescript": "^4.2.4",
"undici": "^3.3.4"
"undici": "^3.3.5"
},
"engines": {
"node": ">=12.0.0"
Expand Down

0 comments on commit 9d4dec5

Please sign in to comment.