Skip to content

bump core to v0.5.1 #25

bump core to v0.5.1

bump core to v0.5.1 #25

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