Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
davedoesdev committed Jan 25, 2024
1 parent ae65f74 commit 7e49ede
Show file tree
Hide file tree
Showing 17 changed files with 1,443 additions and 900 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ jobs:

strategy:
matrix:
node-version: [16, 18]
node-version: [16, 18, 20]

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Use Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}

Expand Down
15 changes: 14 additions & 1 deletion bin/bench_main.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion bin/bench_main.js.map

Large diffs are not rendered by default.

25 changes: 11 additions & 14 deletions examples/main.js

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

2 changes: 1 addition & 1 deletion examples/main.js.map

Large diffs are not rendered by default.

23 changes: 8 additions & 15 deletions lib/child-bench/main.js

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

2 changes: 1 addition & 1 deletion lib/child-bench/main.js.map

Large diffs are not rendered by default.

52 changes: 25 additions & 27 deletions lib/main.js

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

2 changes: 1 addition & 1 deletion lib/main.js.map

Large diffs are not rendered by default.

0 comments on commit 7e49ede

Please sign in to comment.