Skip to content

fix: change crypto.randomUUID() with a sequential id generation #996

fix: change crypto.randomUUID() with a sequential id generation

fix: change crypto.randomUUID() with a sequential id generation #996

Workflow file for this run

name: Type Check
on:
push:
branches: [ develop ]
pull_request:
branches: [ develop ]
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 22.x
registry-url: 'https://registry.npmjs.org'
- name: Install dependencies 📦
run: npm install
- name: Check TS 🧐
run: npm run test:ts