Skip to content

Commit

Permalink
Actually use old versions in e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolo-ribaudo committed Jun 27, 2023
1 parent ec323aa commit e71e957
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/integration-tests/e2e-babel-old-version.sh
Expand Up @@ -40,7 +40,7 @@ node "$PWD"/scripts/integration-tests/utils/bump-babel-dependencies.js
const { name, specifier } = desc
.match(/(?<name>@babel\/[a-z]+).*\(via (?<specifier>npm:[^)]+)\)/)
.groups;
pkg.resolutions[name + '@' + specifier] = '7.0.0';
pkg.resolutions[name] = '7.0.0';
});
fs.writeFileSync('./package.json', JSON.stringify(pkg, null, 2));
Expand Down

0 comments on commit e71e957

Please sign in to comment.