Skip to content

feat: use the right LWC/Dev server version for the org @W-20405334@ #1332

feat: use the right LWC/Dev server version for the org @W-20405334@

feat: use the right LWC/Dev server version for the org @W-20405334@ #1332

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