Skip to content

Bump @babel/traverse from 7.20.13 to 7.25.6 #32

Bump @babel/traverse from 7.20.13 to 7.25.6

Bump @babel/traverse from 7.20.13 to 7.25.6 #32

name: Snapshot tests
on:
push:
branches: ['main']
pull_request:
branches: ['main']
jobs:
run-tests:
runs-on: ubuntu-22.04
strategy:
matrix:
node-version: ['14', '16', '18']
steps:
- uses: actions/checkout@v3
- run: ./tests/snapshot/scripts/run-docker-tests.sh ${{ matrix.node-version }}