Skip to content

Bump uuid from 9.0.1 to 14.0.0 #1924

Bump uuid from 9.0.1 to 14.0.0

Bump uuid from 9.0.1 to 14.0.0 #1924

Workflow file for this run

name: ci
on: [push, pull_request]
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: "24"
cache: "yarn"
- name: Install dependencies
run: yarn
- name: Run linter
run: yarn lint
- name: Run typecheck
run: yarn typecheck
- name: Generate
run: yarn generate
env:
NODE_OPTIONS: --max_old_space_size=8192