Skip to content

chore(deps): update dependency @types/node to v20.17.9 #671

chore(deps): update dependency @types/node to v20.17.9

chore(deps): update dependency @types/node to v20.17.9 #671

Workflow file for this run

name: Unit tests
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
workflow_call:
jobs:
test:
strategy:
matrix:
node-version: [ 18.x, 19.x ]
os: [ ubuntu-latest, windows-latest, macos-latest ]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
with:
repository: 'ZNotify/js-sdk'
- uses: ZNotify/test-action@master
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: 'yarn'
- run: yarn install
- run: yarn test
- run: yarn coverage