Skip to content

Commit 937ba71

Browse files
ChristianMurphywooorm
authored andcommitted
Add Node 13 to GitHub CI test matrix
1 parent a7af6ce commit 937ba71

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
matrix:
1212
platform: [ubuntu-latest, windows-latest, macos-latest]
13-
node-version: [10, 12]
13+
node-version: [10, 12, 13]
1414
runs-on: ${{ matrix.platform }}
1515
steps:
1616
- name: Checkout
@@ -19,7 +19,7 @@ jobs:
1919
uses: actions/setup-node@master
2020
with:
2121
node-version: ${{ matrix.node-version }}
22-
- name: Build and test
23-
run: |
24-
npm install
25-
npm test
22+
- name: Install
23+
run: npm install
24+
- name: Test
25+
run: npm test

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
},
4141
"devDependencies": {
4242
"browserify": "^16.0.0",
43-
"dtslint": "^0.9.0",
43+
"dtslint": "^1.0.2",
4444
"nyc": "^14.0.0",
4545
"prettier": "^1.0.0",
4646
"remark-cli": "^7.0.0",

0 commit comments

Comments
 (0)