Skip to content

Migrate from yarn to pnpm #52

Migrate from yarn to pnpm

Migrate from yarn to pnpm #52

Workflow file for this run

on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node: ['latest', 'lts/*', 'lts/-1']
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
- run: pnpm install
- run: pnpm build
- run: pnpm test