From fe7c64db2c966ef0ada1a7ad0627232b5b206d3c Mon Sep 17 00:00:00 2001 From: garronej Date: Thu, 13 Oct 2022 05:32:54 +0200 Subject: [PATCH] Update enable_short_npm_import_path --- .github/workflows/ci.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ab20e99..3080684 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -108,7 +108,6 @@ jobs: ref: ${{ github.ref }} - uses: actions/setup-node@v3 with: - node-version: '16' registry-url: https://registry.npmjs.org/ - uses: bahmutov/npm-install@v1 - run: | @@ -117,7 +116,7 @@ jobs: PACKAGE_MANAGER=yarn fi $PACKAGE_MANAGER run build - - run: npx -y -p denoify@0.6.5 denoify_enable_short_npm_import_path + - run: npx -y -p denoify@1.2.2 enable_short_npm_import_path env: DRY_RUN: "0" - name: Publishing on NPM