We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 472c0f5 commit f54c40fCopy full SHA for f54c40f
.github/workflows/integration.yml
@@ -65,7 +65,7 @@ jobs:
65
- name: Create Puppeteer Script
66
run: |
67
cat <<EOF > integration/integration.js
68
- const puppeteer = require('puppeteer')
+ import puppeteer from 'puppeteer'
69
(async () => {
70
const browser = await puppeteer.launch({
71
args: ['--no-sandbox', '--disable-setuid-sandbox'],
0 commit comments