Skip to content

fix(deps): bump axios from 1.13.5 to 1.15.2 #1423

fix(deps): bump axios from 1.13.5 to 1.15.2

fix(deps): bump axios from 1.13.5 to 1.15.2 #1423

Workflow file for this run

name: pr-validation
on:
pull_request:
types: [opened, reopened, edited]
# only applies to PRs that want to merge to main or patch branches
branches:
- main
- '2*-patch'
jobs:
check-versions:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20'
cache: 'yarn'
- run: yarn install --frozen-lockfile
- run: node .husky/check-versions.js
pr-validation:
uses: salesforcecli/github-workflows/.github/workflows/validatePR.yml@main