Skip to content

chore: migrate to pnpm #101

chore: migrate to pnpm

chore: migrate to pnpm #101

Workflow file for this run

name: Test
on: push
jobs:
page_components_test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: '18.x'
- run: npm install -g pnpm
- run: pnpm install --frozen-lockfile
- run: pnpm test