Skip to content

Merge branch 'master' into fix_useClickAway_dynamic_dom #4363

Merge branch 'master' into fix_useClickAway_dynamic_dom

Merge branch 'master' into fix_useClickAway_dynamic_dom #4363

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