Skip to content

add target param to _.a #28

add target param to _.a

add target param to _.a #28

Workflow file for this run

name: Node.js CI
on:
push:
branches:
- main
- dev
- next
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node.js environment
uses: actions/[email protected]
with:
node-version: 20
- name: Setup pnpm
uses: pnpm/[email protected]
with:
version: 8
- name: Install and run tests
run: pnpm it