diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index fd404fd5..9ec5288b 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -19,7 +19,7 @@ jobs: - run: node --version - run: npm install env: - PUPPETEER_SKIP_CHROMIUM_DOWNLOAD: true + PUPPETEER_SKIP_DOWNLOAD: true - run: npm test - run: npm run check windows: @@ -42,7 +42,7 @@ jobs: node-version: 22 - run: npm install env: - PUPPETEER_SKIP_CHROMIUM_DOWNLOAD: true + PUPPETEER_SKIP_DOWNLOAD: true - run: npm test - run: npm run coverage deno: @@ -54,7 +54,7 @@ jobs: node-version: 22 - run: npm install env: - PUPPETEER_SKIP_CHROMIUM_DOWNLOAD: true + PUPPETEER_SKIP_DOWNLOAD: true - run: npm run compile - uses: denolib/setup-deno@v2 with: diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index dccda7e8..07f7085d 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -19,7 +19,7 @@ jobs: node-version: 14 - run: npm install env: - PUPPETEER_SKIP_CHROMIUM_DOWNLOAD: true + PUPPETEER_SKIP_DOWNLOAD: true - run: npm run compile - name: push Deno release run: |