Skip to content

Commit 4a4ab82

Browse files
authored
test: fixed integration nodejs tests (#374)
1 parent 3055ce0 commit 4a4ab82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nodejs/test/integration/serverless.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ service: integration-tests
22
frameworkVersion: '3'
33

44
custom:
5-
NODE_RUNTIME: ${env:NODE_RUNTIME}
5+
NODE_RUNTIME: ${env:NODE_RUNTIME, 'nodejs20.x'}
66

77
plugins:
88
- serverless-offline

0 commit comments

Comments
 (0)