Skip to content

Bump the all group with 4 updates (#24) #34

Bump the all group with 4 updates (#24)

Bump the all group with 4 updates (#24) #34

Workflow file for this run

name: 📋 PR
on:
pull_request: {}
workflow_dispatch: {}
push:
branches:
- main
jobs:
build:
name: 📦🔍 Build Check
runs-on: ubuntu-latest
steps:
- name: 📦 Checkout Repository
uses: actions/checkout@v4
- name: 🛠️ Setup Node.js Environment
uses: actions/setup-node@v4
with:
cache: npm
cache-dependency-path: package-lock.json
node-version-file: .nvmrc
- name: 🛠️ Setup Project
run: npm ci
- name: 🛠️ Build
run: npm run compile