Skip to content

Commit 84761b2

Browse files
committed
Use latest-v1 tag for hermes-compiler instead of nightly
1 parent 089276a commit 84761b2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/try-set-nightly-hermes-compiler.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ function main() {
1717

1818
if (hermesCompilerVersion === '0.0.0') {
1919
console.log(`Hermes compiler version not set. Updating to the latest nightly release.`);
20-
execSync('yarn workspace react-native add hermes-compiler@nightly --exact', { stdio: 'inherit' });
20+
execSync('yarn workspace react-native add hermes-compiler@latest-v1 --exact', { stdio: 'inherit' });
2121
} else {
2222
console.log(`Hermes compiler version set to ${hermesCompilerVersion}. Not setting nightly hermes.`);
2323
}

0 commit comments

Comments
 (0)