Skip to content

Commit 4734b7f

Browse files
committed
Actions: Use MV3 for current test as well
1 parent 15a56ed commit 4734b7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ jobs:
317317
with:
318318
run_install: true
319319
- name: Build
320-
run: npm run build:all # does not run tests
320+
run: npm run clean && npm run build:all -- --configV3 true # does not run tests
321321
env:
322322
YT_API_KEY: ${{ secrets.YOUTUBE_KEY }}
323323

0 commit comments

Comments
 (0)