Skip to content

Update Identity.ts #376

Update Identity.ts

Update Identity.ts #376

Workflow file for this run

# This is a basic workflow to help you get started with Actions
name: CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
- run: npm install --force
- name: Test
continue-on-error: true
run: |
export NODE_OPTIONS="--max_old_space_size=4096"
npm test