Skip to content

Commit c9449c7

Browse files
-> integration.mjs
1 parent f54c40f commit c9449c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/integration.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
6565
- name: Create Puppeteer Script
6666
run: |
67-
cat <<EOF > integration/integration.js
67+
cat <<EOF > integration/integration.mjs
6868
import puppeteer from 'puppeteer'
6969
(async () => {
7070
const browser = await puppeteer.launch({
@@ -85,4 +85,4 @@ jobs:
8585
cd integration
8686
npm start &
8787
sleep 60
88-
node integration.js
88+
node integration.mjs

0 commit comments

Comments
 (0)