We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95609fc commit db2c983Copy full SHA for db2c983
1 file changed
.github/workflows/node.js.yml
@@ -5,9 +5,9 @@ name: Node.js CI
5
6
on:
7
push:
8
- branches: [ master ]
+ branches: [ master, dev, danfo/typescript ]
9
pull_request:
10
+ branches: [ master, dev ]
11
12
jobs:
13
test:
@@ -16,12 +16,12 @@ jobs:
16
17
strategy:
18
matrix:
19
- node-version: [10.x, 12.x, 14.x]
+ node-version: [12.x, 14.x]
20
21
steps:
22
- uses: actions/checkout@v2
23
- name: Use Node.js ${{ matrix.node-version }}
24
uses: actions/setup-node@v1
25
with:
26
node-version: ${{ matrix.node-version }}
27
- - run: yarn && yarn test
+ - run: yarn test
0 commit comments