Skip to content

fix: outdated stats.json and stats.yml #10

fix: outdated stats.json and stats.yml

fix: outdated stats.json and stats.yml #10

Workflow file for this run

name: CI
on:
push:
branches: ["main"]
pull_request:
jobs:
test:
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
node-version: [18, 20]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v3
with:
version: 8.15.4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: "pnpm"
- run: corepack enable
- run: pnpm i --frozen-lockfile -P
- run: pnpm run test