Skip to content

Commit 6027f19

Browse files
gcphostdaniel-cottone
authored andcommitted
Add support for nodejs8.10 (dherault#382)
1 parent 4162446 commit 6027f19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ class Offline {
315315
const apiKeys = this.service.provider.apiKeys;
316316
const protectedRoutes = [];
317317

318-
if (['nodejs', 'nodejs4.3', 'nodejs6.10', 'babel'].indexOf(serviceRuntime) === -1) {
318+
if (['nodejs', 'nodejs4.3', 'nodejs6.10', 'nodejs8.10', 'babel'].indexOf(serviceRuntime) === -1) {
319319
this.printBlankLine();
320320
this.serverlessLog(`Warning: found unsupported runtime '${serviceRuntime}'`);
321321

0 commit comments

Comments
 (0)