Skip to content

chore: add use-sync-external-store as peer-dep for zustand v5 #31

chore: add use-sync-external-store as peer-dep for zustand v5

chore: add use-sync-external-store as peer-dep for zustand v5 #31

Workflow file for this run

name: Publish to NPM
on:
push:
tags:
- v*
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
registry-url: 'https://registry.npmjs.org'
- uses: pnpm/action-setup@v4
with:
run_install: true
- name: publish
run: pnpm test && npm run publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}