Skip to content

Commit

Permalink
Add syn-nodejs-puppeteer-6.2 as valid canary runtime (#2228)
Browse files Browse the repository at this point in the history
  • Loading branch information
sir-sigurd authored Feb 22, 2024
1 parent 0312122 commit 7d5e4dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions troposphere/validators/synthetics.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ def canary_runtime_version(runtime_version):
"syn-nodejs-puppeteer-5.1",
"syn-nodejs-puppeteer-6.0",
"syn-nodejs-puppeteer-6.1",
"syn-nodejs-puppeteer-6.2",
]
if runtime_version not in valid_runtime_versions:
raise ValueError(
Expand Down

0 comments on commit 7d5e4dc

Please sign in to comment.