Skip to content

Commit

Permalink
feature: add support for nodejs14.x
Browse files Browse the repository at this point in the history
  • Loading branch information
adikari committed Feb 4, 2021
1 parent 8aab2e8 commit 1085508
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/config/supportedRuntimes.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ export const supportedNodejs = new Set([
// supported
'nodejs10.x',
'nodejs12.x',
'nodejs14.x',
])

// PROVIDED
Expand Down

0 comments on commit 1085508

Please sign in to comment.