Skip to content

Bump @babel/core from 7.28.5 to 7.29.7 (#1776) #7853

Bump @babel/core from 7.28.5 to 7.29.7 (#1776)

Bump @babel/core from 7.28.5 to 7.29.7 (#1776) #7853

name: 'integration'
on:
pull_request:
push:
branches:
- main
- 'releases/*'
permissions:
contents: read
jobs:
integration:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
with:
node-version-file: .nvmrc
cache: 'npm'
- run: npm clean-install
- name: Pre-fetch the pinned images
run: npm run fetch-images -- bundler
- run: npm run test-integration
env:
GITHUB_TOKEN: ${{ github.token }}