Skip to content

feat: migrate to pnpm #49

feat: migrate to pnpm

feat: migrate to pnpm #49

Workflow file for this run

name: run-coverage
on:
pull_request:
types: [assigned, opened, synchronize, reopened]
jobs:
lint-and-test:
runs-on: ubuntu-latest
env:
CI: true
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
cache: true
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: '22'
- run: pnpm install --frozen-lockfile
- run: pnpm run package
- uses: ./
with:
token: ${{ secrets.GITHUB_TOKEN }}
path: test/_stubs/coverage-summary-99-pct.json
title: End to End Test Coverage