Skip to content

Commit

Permalink
Use commit without using declarations in e2e-old-babel
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolo-ribaudo committed Jan 15, 2024
1 parent 799bb2e commit b5a600f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/integration-tests/e2e-babel-old-version.sh
Expand Up @@ -24,6 +24,10 @@ startLocalRegistry "$PWD"/scripts/integration-tests/verdaccio-config.yml

node "$PWD"/scripts/integration-tests/utils/bump-babel-dependencies.js

# Go back to a commit that can be compiled using Babel 7.0.0. Newer commits rely
# on `using` declarations, that are only supported since Babel 7.22.0
git checkout 218faee4351345415b40b23a9e0102f628d45108

node -e "
var pkg = require('./package.json');
pkg.devDependencies['@babel/core'] = '7.0.0';
Expand Down

0 comments on commit b5a600f

Please sign in to comment.