Skip to content
This repository has been archived by the owner on Apr 29, 2020. It is now read-only.

Commit

Permalink
chore: set node versions to those we support
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain authored Jun 13, 2018
1 parent 32efd8c commit 83fcbd7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vars/javascript.groovy
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import groovy.transform.Field
// Which NodeJS versions to test on
@Field final List defaultNodeVersions = [
'8.11.1',
'9.2.0'
'8.11.3',
'10.4.1'
]
// Which OSes to test on
@Field final List osToTests = [
Expand Down

0 comments on commit 83fcbd7

Please sign in to comment.