From c902a05e70a6eae2e6357201bef27c179765fbb9 Mon Sep 17 00:00:00 2001 From: Joseph Garrone Date: Sun, 19 May 2024 09:33:55 +0200 Subject: [PATCH] update enable_short_npm_import_path version --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 86c6e99..5037198 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -99,7 +99,7 @@ jobs: registry-url: https://registry.npmjs.org/ - uses: bahmutov/npm-install@v1 - run: yarn build - - run: npx -y -p denoify@1.6.10 enable_short_npm_import_path + - run: npx -y -p denoify@1.6.11 enable_short_npm_import_path env: DRY_RUN: "0" - uses: garronej/ts-ci@v2.1.2