Skip to content

Commit 962bf82

Browse files
author
Ryan Munro
committed
more node versions for github actions
1 parent 0520eab commit 962bf82

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ jobs:
1616

1717
strategy:
1818
matrix:
19-
node-version: [10.x, 12.x]
20-
19+
node-version: [4.x, 5.x, 6.x, 7.x, 8.x, 9.x, 10.x, 11.x, 12.x, 13.x, 14.x]
2120
steps:
2221
- uses: actions/checkout@v2
2322
- name: Use Node.js ${{ matrix.node-version }}

0 commit comments

Comments
 (0)