Skip to content

Handle objects with null prototypes as topics #3

Handle objects with null prototypes as topics

Handle objects with null prototypes as topics #3

Workflow file for this run

name: Run tests
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version:
- 8
- 9
- 10
- 12
- 14
- 20
- 22
- 24
- 25
steps:
- uses: actions/checkout@v6
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v6
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm install
- run: npm test