We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3055ce0 commit 4a4ab82Copy full SHA for 4a4ab82
nodejs/test/integration/serverless.yml
@@ -2,7 +2,7 @@ service: integration-tests
2
frameworkVersion: '3'
3
4
custom:
5
- NODE_RUNTIME: ${env:NODE_RUNTIME}
+ NODE_RUNTIME: ${env:NODE_RUNTIME, 'nodejs20.x'}
6
7
plugins:
8
- serverless-offline
0 commit comments