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();