Skip to content

Commit 69458cc

Browse files
authored
chore: require Node.js 16 (#711)
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
1 parent 7641e45 commit 69458cc

File tree

5 files changed

+811
-833
lines changed

5 files changed

+811
-833
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
matrix:
1717
os: [macos-latest, ubuntu-latest, windows-latest]
18-
node-version: ['12.20.0', 'lts/*']
18+
node-version: ['16.0.0', 'lts/*']
1919

2020
steps:
2121
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)