Skip to content

chore(deps-dev): bump @swc/core from 1.10.1 to 1.10.4 #762

chore(deps-dev): bump @swc/core from 1.10.1 to 1.10.4

chore(deps-dev): bump @swc/core from 1.10.1 to 1.10.4 #762

Workflow file for this run

name: 'Pull Request'
on: ['pull_request']
concurrency:
group: pull_request-${{ github.event.pull_request.number }}
cancel-in-progress: true
jobs:
test:
name: Call reusable unit tests workflow
uses: ./.github/workflows/reusable_workflow_test.yml
with:
ref: refs/pull/${{ github.event.pull_request.number }}/merge
lint:
runs-on: ubuntu-latest
name: Run unit tests
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
cache: 'yarn'
- run: yarn install --frozen-lockfile --ignore-scripts
- name: Run lints
run: yarn run lint
size:
runs-on: ubuntu-latest
env:
CI_JOB_NUMBER: 1
steps:
- uses: actions/checkout@v4
- uses: andresz1/size-limit-action@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}