Skip to content

Commit

Permalink
chore: require Node.js 16 (#711)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: require Node.js 16 as 12,14 are EOF/Nearing EOF. This
is a first step in moving to a pure ESM package. If you're already
running on Node.js >= 16 this shouldn't be breaking for you, as the
library is still compiled to commonJS
  • Loading branch information
erezrokah authored Oct 30, 2022
1 parent 7641e45 commit 69458cc
Show file tree
Hide file tree
Showing 5 changed files with 811 additions and 833 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
node-version: ['12.20.0', 'lts/*']
node-version: ['16.0.0', 'lts/*']

steps:
- uses: actions/checkout@v3
Expand Down
Loading

0 comments on commit 69458cc

Please sign in to comment.