Skip to content

chore(deps): bump path-to-regexp from 1.8.0 to 1.9.0 #384

chore(deps): bump path-to-regexp from 1.8.0 to 1.9.0

chore(deps): bump path-to-regexp from 1.8.0 to 1.9.0 #384

Workflow file for this run

name: tests
on:
push:
branches-ignore: [main]
workflow_dispatch:
jobs:
yarn-lockfile-check:
uses: salesforcecli/github-workflows/.github/workflows/lockFileCheck.yml@main
linux-unit-tests:
needs: yarn-lockfile-check
uses: salesforcecli/github-workflows/.github/workflows/unitTestsLinux.yml@main
with:
skipTsDepCheck: true
windows-unit-tests:
needs: yarn-lockfile-check
uses: salesforcecli/github-workflows/.github/workflows/unitTestsWindows.yml@main