From a9760a5148c17e136f0debe0f187f6a3ab2c57ea Mon Sep 17 00:00:00 2001 From: Tsiry Sandratraina Date: Sun, 12 Nov 2023 20:21:30 +0000 Subject: [PATCH] update README.md --- README.md | 2 +- ci.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ed9de65..5256fa0 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ test( You can also use this pipeline programmatically: ```ts -import { test } from "https://pkg.fluentci.io/snyk_pipeline@v0.2.1/mod.ts"; +import { test } from "https://pkg.fluentci.io/snyk_pipeline@v0.2.2/mod.ts"; await test(); ``` diff --git a/ci.ts b/ci.ts index a728088..8d69cc2 100644 --- a/ci.ts +++ b/ci.ts @@ -1,3 +1,3 @@ -import { test } from "https://pkg.fluentci.io/snyk_pipeline@v0.2.1/mod.ts"; +import { test } from "https://pkg.fluentci.io/snyk_pipeline@v0.2.2/mod.ts"; await test();