Skip to content

Update to pnpm-setup-action@v4, which we can absorb the breaking change, because we already correctly determine the pnpm-version #57

Update to pnpm-setup-action@v4, which we can absorb the breaking change, because we already correctly determine the pnpm-version

Update to pnpm-setup-action@v4, which we can absorb the breaking change, because we already correctly determine the pnpm-version #57

Workflow file for this run

name: CI
on:
push:
pull_request:
branches: [main]
jobs:
main:
strategy:
matrix:
os:
- ubuntu-latest
- windows-latest
- macos-latest
node:
- latest
- lts/*
- 16
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: ./
with:
node-version: ${{ matrix.node }}
- run: pnpm lint:fix