Skip to content

Commit c6a5d0d

Browse files
committed
Merge branch 'drop-node-8'
2 parents f8df73d + a58b744 commit c6a5d0d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/nodejs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88

99
strategy:
1010
matrix:
11-
node-version: [8.x, 10.x, 12.x]
11+
node-version: [10.x, 12.x, 13.x]
1212

1313
steps:
1414
- uses: actions/checkout@v1

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
"bin": "dist/cli.js",
88
"types": "dist/index.d.ts",
99
"scripts": {
10-
"build": "typebundle \"src/{cli,index}.ts\" --output dist --target 8 --compress",
10+
"build": "typebundle \"src/{cli,index}.ts\" --output dist --target 10 --compress",
1111
"build-toc": "doctoc README.md --github",
1212
"git-pre-commit": "precise-commits",
1313
"prerelease": "npm run build",
1414
"release": "np --no-yarn",
1515
"test": "mocha",
16-
"watch": "typebundle \"src/{cli,index}.ts\" --output dist --target 8 --watch"
16+
"watch": "typebundle \"src/{cli,index}.ts\" --output dist --target 10 --watch"
1717
},
1818
"repository": {
1919
"type": "git",

0 commit comments

Comments
 (0)