Skip to content

feat(useEventTarget): return setValue for direct update state value #4373

feat(useEventTarget): return setValue for direct update state value

feat(useEventTarget): return setValue for direct update state value #4373

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