Skip to content

fix(array-utils): corrected typescript definitions, added test:tsd sc… #699

fix(array-utils): corrected typescript definitions, added test:tsd sc…

fix(array-utils): corrected typescript definitions, added test:tsd sc… #699

Workflow file for this run

name: Node CI Workflow
on:
push:
pull_request:
branches:
- master
- V3
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node: [ '16', '18' ]
name: Node ${{ matrix.node }} test
steps:
- uses: actions/checkout@v2
- uses: pnpm/action-setup@v2.2.2
with:
version: 7
- name: Setup Node ${{ matrix.node }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node }}
cache: 'pnpm'
- run: pnpm --no-frozen-lockfile install
- run: pnpm test
- run: pnpm run test:tsd