Skip to content

deps(dev): bump @types/shortid from 0.0.32 to 2.2.0 #29

deps(dev): bump @types/shortid from 0.0.32 to 2.2.0

deps(dev): bump @types/shortid from 0.0.32 to 2.2.0 #29

Workflow file for this run

name: Build and Test
on:
push:
branches:
- main
pull_request:
branches:
- '**'
jobs:
# Build job
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: lts/*
- name: Install dependencies
run: npm ci
- name: Build the project
run: npm run build
- name: Test the project
run: npm run test