Skip to content

Commit c1ca987

Browse files
committed
Only run with the latest stable version of node
1 parent f044235 commit c1ca987

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

.github/workflows/nodejs.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,12 @@ jobs:
99

1010
runs-on: ubuntu-latest
1111

12-
strategy:
13-
matrix:
14-
node-version: [8.x, 10.x, 12.x]
15-
1612
steps:
1713
- uses: actions/checkout@v1
18-
- name: Use Node.js ${{ matrix.node-version }}
14+
- name: Use Node.js 12.x
1915
uses: actions/setup-node@v1
2016
with:
21-
node-version: ${{ matrix.node-version }}
17+
node-version: '12.x'
2218
- name: npm install, build, and test
2319
run: |
2420
npm install

0 commit comments

Comments
 (0)