Skip to content

Commit 2ba51d2

Browse files
committed
ci: lint node 14.x only
1 parent 8c82be5 commit 2ba51d2

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/node.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,16 @@ on:
99
pull_request:
1010

1111
jobs:
12-
build:
13-
12+
lint:
1413
runs-on: ubuntu-latest
15-
1614
strategy:
1715
matrix:
18-
node-version: [10.x, 12.x, 14.x]
19-
16+
node-version: [14.x]
2017
steps:
2118
- uses: actions/checkout@v2
2219
- name: Use Node.js ${{ matrix.node-version }}
2320
uses: actions/setup-node@v1
2421
with:
2522
node-version: ${{ matrix.node-version }}
2623
- run: yarn
27-
- run: yarn build
24+
- run: yarn lint

0 commit comments

Comments
 (0)