Skip to content

Add serialization and deserialization of numerals larger than Number.MAX_SAFE_INTEGER #1271

Add serialization and deserialization of numerals larger than Number.MAX_SAFE_INTEGER

Add serialization and deserialization of numerals larger than Number.MAX_SAFE_INTEGER #1271

Workflow file for this run

name: License
on: [push, pull_request]
jobs:
license:
name: License check
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: Install
run: |
npm install
- name: License checker
run: |
npm run license-checker