Skip to content

Commit f54c40f

Browse files
import puppeteer
1 parent 472c0f5 commit f54c40f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integration.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
- name: Create Puppeteer Script
6666
run: |
6767
cat <<EOF > integration/integration.js
68-
const puppeteer = require('puppeteer')
68+
import puppeteer from 'puppeteer'
6969
(async () => {
7070
const browser = await puppeteer.launch({
7171
args: ['--no-sandbox', '--disable-setuid-sandbox'],

0 commit comments

Comments
 (0)