Skip to content

chore(deps): update oxlint monorepo to ^0.89.0 (#2274) #396

chore(deps): update oxlint monorepo to ^0.89.0 (#2274)

chore(deps): update oxlint monorepo to ^0.89.0 (#2274) #396

Workflow file for this run

name: Size data
on:
push:
branches:
- master
pull_request:
branches:
- master
permissions:
contents: read
jobs:
upload:
if: github.repository == 'intlify/vue-i18n'
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
with:
fetch-depth: 0
- name: Install pnpm
uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0
- name: Setup node
uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
with:
node-version: 23
cache: pnpm
- name: Install dependencies
run: pnpm install --frozen-lockfile
- name: Check size
run: pnpm size
- name: Save PR number & base branch
if: ${{github.event_name == 'pull_request'}}
run: |
echo ${{ github.event.number }} > ./temp/size/number.txt
echo ${{ github.base_ref }} > ./temp/size/base.txt
- name: Upload Size Data
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
with:
name: size-data
path: temp/size