Skip to content

ci: change release action #2

ci: change release action

ci: change release action #2

Workflow file for this run

name: test
on:
push:
branches:
- '**'
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
- uses: pnpm/action-setup@v3
with:
version: 8
- name: install
run: pnpm i
- name: test
run: pnpm test