Skip to content

feat: apply yarn pnp #84

feat: apply yarn pnp

feat: apply yarn pnp #84

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: yarn install --frozen-lockfile
- run: yarn test