Skip to content

Fix node version not being recognised in workflow parameters #32

Fix node version not being recognised in workflow parameters

Fix node version not being recognised in workflow parameters #32

Workflow file for this run

name: Test
on:
push:
branches:
- main
- v2
pull_request:
defaults:
run:
shell: bash
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/bootstrap
- name: Run tests
run: pnpm run test