Skip to content

Commit

Permalink
Merge branch 'master' into docs/add-runkit-link
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonykirby authored Jun 24, 2024
2 parents 549249b + 7aa074d commit 68469a0
Show file tree
Hide file tree
Showing 7 changed files with 3,606 additions and 10,503 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ jobs:

strategy:
matrix:
node-version: [10.x, 12.x, 14.x, 16.x, 18.x]
node-version: [16.x, 18.x, 20.x, 22.x]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,8 @@ you'll find helpful.

#### Version history

- 0.9.2 bump ws to 7.5.10, braces to 3.0.3: Drop test support for node.js \> 16
- 0.9.1 remove Buffer dependency, and support more Node versions
- 0.9.0 refactor to improve readabilty and modularity
- 0.8.25
- - sanity checks in fromWire
Expand Down
Loading

0 comments on commit 68469a0

Please sign in to comment.