Skip to content

chore(deps): bump mikefarah/yq from 4.52.4 to 4.53.3 #1221

chore(deps): bump mikefarah/yq from 4.52.4 to 4.53.3

chore(deps): bump mikefarah/yq from 4.52.4 to 4.53.3 #1221

Workflow file for this run

name: "build-test"
on: # rebuild any PRs and main branch changes
pull_request:
push:
branches:
- main
- "releases/*"
jobs:
build-test: # make sure build/ci work properly
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v5
with:
node-version: '20'
cache: 'npm'
- run: |
npm install
- run: |
npm run all