From 6055542a91a8437930733f0d912c23986c7d2eb2 Mon Sep 17 00:00:00 2001 From: John Gee Date: Sun, 9 Aug 2026 17:57:27 +1200 Subject: [PATCH] chore: use new env for skipping puppeteer browser downlaods --- .github/workflows/ci.yaml | 6 +++--- .github/workflows/release-please.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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: |