Skip to content

chore(release): publish #682

chore(release): publish

chore(release): publish #682

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/[email protected]
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