Skip to content

Commit 6ad6204

Browse files
Add fetching origin
1 parent f40b48f commit 6ad6204

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ci/check-versions.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ const packages = [
2121
'webdeployment-common',
2222
];
2323

24+
execSync('git fetch origin main');
2425
const gitDiffResult = execSync('git --no-pager diff --name-only main', { encoding: 'utf8' }).split('\n');
2526
const changedFolders = new Set();
2627

0 commit comments

Comments
 (0)