Skip to content

Bump @babel/traverse from 7.22.11 to 7.23.5 in /template #56

Bump @babel/traverse from 7.22.11 to 7.23.5 in /template

Bump @babel/traverse from 7.22.11 to 7.23.5 in /template #56

name: CI - Develop/Next/Main
on:
pull_request:
branches: [ develop, next, main ]
paths:
- template/**/*
jobs:
run_lint:
uses: ./.github/workflows/w-run-linters.yml
run_test:
if: ${{ success() }}
uses: ./.github/workflows/w-run-tests.yml
needs: [ run_lint ]