Skip to content

chore(deps): bump uuid from 10.0.0 to 11.0.2 #131

chore(deps): bump uuid from 10.0.0 to 11.0.2

chore(deps): bump uuid from 10.0.0 to 11.0.2 #131

Workflow file for this run

name: Test
on:
push:
workflow_dispatch:
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
defaults:
run:
shell: bash
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
cache: "npm"
- name: Install dependencies
run: npm ci
- name: Build the project
run: npm run build