Skip to content

chore(deps): update oxlint monorepo to ^0.99.0 #679

chore(deps): update oxlint monorepo to ^0.99.0

chore(deps): update oxlint monorepo to ^0.99.0 #679

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@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
with:
fetch-depth: 0
- name: Install pnpm
uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2.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@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
with:
name: size-data
path: temp/size