Skip to content

style(all): changes to comply with lint #778

style(all): changes to comply with lint

style(all): changes to comply with lint #778

Workflow file for this run

name: Node workflow
on:
push:
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node: [ '16', '18' ]
name: Node ${{ matrix.node }} test
steps:
- uses: actions/checkout@v2
- name: Setup node
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node }}
- run: npm install
- run: npm test
- run: npm run test:tsd