Skip to content

Bump @babel/traverse from 7.22.11 to 7.23.2 (#31) #16

Bump @babel/traverse from 7.22.11 to 7.23.2 (#31)

Bump @babel/traverse from 7.22.11 to 7.23.2 (#31) #16

Workflow file for this run

name: 'Patcher Tests'
on:
push:
branches:
- main
jobs:
patcher-report:
runs-on: ubuntu-latest
outputs:
dependencies: ${{ steps.run-report.outputs.dependencies }}
steps:
- uses: actions/checkout@v3
- name: Patcher
id: run-report
uses: ./
with:
patcher_command: report
working_dir: infrastructure-live
patcher-update:
needs: [patcher-report]
runs-on: ubuntu-latest
strategy:
matrix:
dependency: ${{ fromJson(needs.patcher-report.outputs.dependencies) }}
steps:
- uses: actions/checkout@v3
- name: Patcher
uses: ./
with:
patcher_command: update
dependency: ${{ matrix.dependency }}
working_dir: infrastructure-live