Skip to content

Commit ce0b53a

Browse files
authored
Update nodejs.yml
1 parent 226c3ee commit ce0b53a

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.github/workflows/nodejs.yml

+3-7
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,15 @@ jobs:
99

1010
strategy:
1111
matrix:
12-
node-version: [10.x, 12.x]
12+
node-version: [12.x]
1313

1414
steps:
1515
- uses: actions/checkout@v1
1616
- name: Use Node.js ${{ matrix.node-version }}
1717
uses: actions/setup-node@v1
1818
with:
1919
node-version: ${{ matrix.node-version }}
20-
- name: Yarn CLI
21-
uses: CultureHQ/[email protected]
22-
- name: npm install, build, and test
23-
run: |
24-
yarn
25-
npm run lint
20+
- name: Run ESLint
21+
uses: stefanoeb/[email protected]
2622
env:
2723
CI: true

0 commit comments

Comments
 (0)