Skip to content

Commit

Permalink
node test versions
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Granados <michaelgranados@gmail.com>
  • Loading branch information
dgmike committed Jul 20, 2020
1 parent 121090d commit 62fc1cc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ jobs:

strategy:
matrix:
node-version: [8.x, 10.x, 12.x]
node-version: [12.x, 13.x, 14.x]
# node-version: [8.x, 10.x, 12.x, 13.x, 14.x]

steps:
- uses: actions/checkout@v1
Expand Down

0 comments on commit 62fc1cc

Please sign in to comment.