Skip to content

Commit 73e3b50

Browse files
ref: Update craft config file to support the new craft version (#3235)
1 parent 8cb7a49 commit 73e3b50

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.craft.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ targets:
6262
includeNames: /^sentry-node-serverless-\d+(\.\d+)*\.zip$/
6363
layerName: SentryNodeServerlessSDK
6464
compatibleRuntimes:
65-
- nodejs10.x
66-
- nodejs12.x
65+
- name: node
66+
versions:
67+
- nodejs10.x
68+
- nodejs12.x
6769
license: MIT

0 commit comments

Comments
 (0)