Formatting/cleanup (#2594)

This commit is contained in:
Margen67
2025-02-17 07:10:00 -08:00
committed by GitHub
parent e04ea07774
commit 7bc48c5074
22 changed files with 129 additions and 149 deletions

View File

@@ -14,7 +14,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: lts/*
node-version: 'lts/*'
- name: Install dependencies
run: npm ci