From a81eab59ae0e7cb743070f87bbfd64ab84665f43 Mon Sep 17 00:00:00 2001 From: ABevier Date: Mon, 12 Jun 2023 19:20:31 -0400 Subject: [PATCH] pin version in script --- .github/scripts/index-packages.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/scripts/index-packages.ts b/.github/scripts/index-packages.ts index 07a7e91a..3dd725a5 100755 --- a/.github/scripts/index-packages.ts +++ b/.github/scripts/index-packages.ts @@ -3,7 +3,7 @@ import { usePantry } from "hooks" import * as ARGV from "./utils/args.ts" import { SQSClient, SendMessageCommand } from "npm:@aws-sdk/client-sqs@^3" -import { SNSClient, PublishCommand } from "npm:@aws-sdk/client-sns" +import { SNSClient, PublishCommand } from "npm:@aws-sdk/client-sns@^3" import { panic } from "utils" const region = Deno.env.get("AWS_REGION") ?? panic("No region specified")