Require Node.js 12 and move to ESM
This commit is contained in:
parent
4dab5e1fb6
commit
fa16f4ec37
22 changed files with 362 additions and 412 deletions
2
.github/funding.yml
vendored
2
.github/funding.yml
vendored
|
|
@ -1,4 +1,4 @@
|
|||
github: [sindresorhus,Qix-]
|
||||
github: [sindresorhus, Qix-]
|
||||
open_collective: sindresorhus
|
||||
tidelift: npm/chalk
|
||||
custom: https://sindresorhus.com/donate
|
||||
|
|
|
|||
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
|
|
@ -12,10 +12,9 @@ jobs:
|
|||
node-version:
|
||||
- 14
|
||||
- 12
|
||||
- 10
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-node@v1
|
||||
- uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: ${{ matrix.node-version }}
|
||||
- run: npm install
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue