Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
feat(node)!: drop Node 10 (#1919)
  • Loading branch information
bcoe committed Apr 25, 2021
1 parent 395bb67 commit 5edeb9e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 22 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: [10, 12, 13, 14]
node: [12, 14, 16]
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
Expand Down
19 changes: 0 additions & 19 deletions .github/workflows/coverage.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -111,6 +111,6 @@
],
"license": "MIT",
"engines": {
"node": ">=10"
"node": ">=12"
}
}
3 changes: 2 additions & 1 deletion tsconfig.json
Expand Up @@ -4,7 +4,8 @@
"outDir": "build",
"rootDir": ".",
"sourceMap": false,
"target": "es2017",
"target": "es2019",
"lib": ["es2019", "es2020.bigint", "es2020.string", "es2020.symbol.wellknown"],
"moduleResolution": "node",
"module": "es2015",
"removeComments": true
Expand Down

0 comments on commit 5edeb9e

Please sign in to comment.