Skip to content

fix(deps): bump @salesforce/source-tracking from 6.5.1 to 7.0.1 #2597

fix(deps): bump @salesforce/source-tracking from 6.5.1 to 7.0.1

fix(deps): bump @salesforce/source-tracking from 6.5.1 to 7.0.1 #2597

Workflow file for this run

name: build-and-test
on:
pull_request:
branches: [main]
push:
branches: [main]
workflow_dispatch:
jobs:
test:
name: build-and-test
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 'lts/*'
- name: Install dependencies
run: yarn
- name: Building
run: yarn build
- name: Testing
run: yarn test