Skip to content

Have the pages GH Action use the pnpm version from package.json. #21

Have the pages GH Action use the pnpm version from package.json.

Have the pages GH Action use the pnpm version from package.json. #21

Workflow file for this run

name: Test
on:
- push
- pull_request
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup pnpm
uses: pnpm/action-setup@v3
- uses: actions/setup-node@v4
with:
node-version: "20"
cache: pnpm
- run: pnpm install
- run: pnpm test