Skip to content

Commit

Permalink
upgrade the install script
Browse files Browse the repository at this point in the history
  • Loading branch information
digitaldesigndj committed Aug 27, 2023
1 parent 70ee9f4 commit ad381d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deno.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
path: ${{ env.DENO_DIR }}

- name: Install Chromium for Puppeteer
run: PUPPETEER_PRODUCT=chrome deno run -A https://deno.land/x/puppeteer@16.2.0/install.ts
run: deno eval "import 'npm:puppeteer/install.js'"

- name: Cache puppeteer
uses: actions/cache@v3
Expand Down

0 comments on commit ad381d1

Please sign in to comment.