File tree 1 file changed +14
-14
lines changed
1 file changed +14
-14
lines changed Original file line number Diff line number Diff line change 4
4
pull_request :
5
5
release :
6
6
types :
7
- - created
7
+ - created
8
8
jobs :
9
9
build :
10
10
runs-on : ubuntu-latest
11
11
strategy :
12
12
matrix :
13
13
node-version :
14
- - 10.x
15
- - 12.x
16
- - 14.x
14
+ - ' 12 '
15
+ - ' 14 '
16
+ - ' 16 '
17
17
steps :
18
- - name : Checkout
19
- uses : actions/checkout@v2
20
- - name : Set up Node.js ${{ matrix.node-version }}
21
- uses : actions/setup-node@v1
22
- with :
23
- node-version : ${{ matrix.node-version }}
24
- - run : yarn install --frozen-lockfile
25
- - run : yarn lint
26
- - run : yarn test
27
- - run : yarn build
18
+ - name : Checkout
19
+ uses : actions/checkout@v2
20
+ - name : Set up Node.js ${{ matrix.node-version }}
21
+ uses : actions/setup-node@v1
22
+ with :
23
+ node-version : ${{ matrix.node-version }}
24
+ - run : yarn install --frozen-lockfile
25
+ - run : yarn lint
26
+ - run : yarn test
27
+ - run : yarn build
You can’t perform that action at this time.
0 commit comments