Skip to content

Commit

Permalink
Switch order of supported node versions
Browse files Browse the repository at this point in the history
  • Loading branch information
dnalborczyk committed Jul 25, 2019
1 parent 6ae9af3 commit 6b3f2c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/supportedRuntimes.js
Expand Up @@ -15,8 +15,8 @@ module.exports = new Set([
// java8

// node.js
'nodejs10.x',
'nodejs8.10',
'nodejs10.x',

// provided
'provided',
Expand Down

0 comments on commit 6b3f2c7

Please sign in to comment.