Skip to content

chore(deps-dev): bump vite-plugin-static-copy from 3.1.1 to 3.1.2 in the npm_and_yarn group #220

chore(deps-dev): bump vite-plugin-static-copy from 3.1.1 to 3.1.2 in the npm_and_yarn group

chore(deps-dev): bump vite-plugin-static-copy from 3.1.1 to 3.1.2 in the npm_and_yarn group #220

Workflow file for this run

name: Size
on:
pull_request:
branches:
- main
paths:
- 'lib/**'
- '.github/actions/install-dependencies/**'
- '.github/workflows/size-limit.yaml'
- 'package.json'
- 'package-lock.json'
workflow_dispatch:
permissions:
pull-requests: write
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
size:
runs-on: ubuntu-latest
env:
CI_JOB_NUMBER: 1
steps:
- name: Clone repository
uses: actions/checkout@v4
- name: Install dependencies
uses: ./.github/actions/install-dependencies
with:
node-version: 24
- uses: andresz1/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
skip_step: install
directory: lib
build_script: build
package_manager: npm