Skip to content

fix(useSelections): setSelected should support non-array value (#2559) #4388

fix(useSelections): setSelected should support non-array value (#2559)

fix(useSelections): setSelected should support non-array value (#2559) #4388

Workflow file for this run

name: Node CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x, 16.x]
steps:
- uses: actions/checkout@v3
- name: Install pnpm
uses: pnpm/action-setup@v2.2.4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: pnpm run intall, build
run: |
pnpm run init
env:
CI: true