Skip to content

Commit

Permalink
ci: use changed esm install file
Browse files Browse the repository at this point in the history
to fix puppeteer installation
  • Loading branch information
davidenke committed Apr 4, 2024
1 parent 16303ef commit fcfe3e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
cache: "npm"
node-version: 20.10.0
- name: Install dependencies
run: npm ci && node ./node_modules/puppeteer/install.js
run: npm ci && node ./node_modules/puppeteer/install.mjs
- name: Test
run: npm run test:ci
- uses: enricomi/publish-unit-test-result-action@v2
Expand Down

0 comments on commit fcfe3e6

Please sign in to comment.