mirror of
https://github.com/serverless/serverless.git
synced 2026-01-25 15:07:39 +00:00
14 lines
173 B
JavaScript
14 lines
173 B
JavaScript
'use strict';
|
|
|
|
module.exports = function(S) {
|
|
|
|
return class RuntimeNode43 extends S.classes.RuntimeNode {
|
|
|
|
static getName() {
|
|
return 'nodejs4.3';
|
|
}
|
|
|
|
}
|
|
|
|
};
|