Skip to content

throw RangeError when skippedElements > Number.MAX_SAFE_INTEGER (#15) #25

throw RangeError when skippedElements > Number.MAX_SAFE_INTEGER (#15)

throw RangeError when skippedElements > Number.MAX_SAFE_INTEGER (#15) #25

Workflow file for this run

name: Build spec
on:
push:
branches:
- main
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 24
- name: install dependencies
run: npm ci
- name: build spec
run: npm run spec