Skip to content

Commit 9a44d07

Browse files
Require Node.js 12.20 and move to ESM (#138)
Co-authored-by: Sindre Sorhus <sindresorhus@gmail.com>
1 parent 437bf17 commit 9a44d07

File tree

8 files changed

+275
-268
lines changed

8 files changed

+275
-268
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ jobs:
1010
fail-fast: false
1111
matrix:
1212
node-version:
13+
- 16
1314
- 14
1415
- 12
15-
- 10
1616
steps:
1717
- uses: actions/checkout@v2
18-
- uses: actions/setup-node@v1
18+
- uses: actions/setup-node@v2
1919
with:
2020
node-version: ${{ matrix.node-version }}
2121
- run: npm install

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
node_modules
22
yarn.lock
33
.nyc_output
4+
coverage

0 commit comments

Comments
 (0)