Skip to content

Commit

Permalink
modernize, drop old node versions
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Jul 8, 2024
1 parent 0de7f45 commit 632e0da
Show file tree
Hide file tree
Showing 4 changed files with 1,342 additions and 2,566 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
build:
strategy:
matrix:
node-version: [16.x, 18.x, 19.x]
node-version: [20.x, 22.x]
platform:
- os: ubuntu-latest
shell: bash
Expand Down
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# change log

## 10.0

- Require node 20 or 22 and higher

## 9.0

- No default export, only named exports.
Expand Down
Loading

0 comments on commit 632e0da

Please sign in to comment.