Skip to content

Return a more suitable ref #2

Return a more suitable ref

Return a more suitable ref #2

Workflow file for this run

on:
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
registry-url: https://registry.npmjs.org/
- uses: pnpm/action-setup@v2
with:
version: 7.29.1
run_install: true
- run: pnpm test