Compare commits

..

1 Commits

Author SHA1 Message Date
d9a56ea576 build: enable minification for build artifact
All checks were successful
Lint / pre-commit Linting (push) Successful in 1m40s
Test / Run Tests (push) Successful in 6m29s
2026-01-04 06:05:21 +00:00

View File

@@ -10,9 +10,9 @@ jobs:
runs-on: pi runs-on: pi
steps: steps:
- uses: actions/checkout@v6 - uses: actions/checkout@v6
- uses: actions/setup-node@v6 - uses: actions/setup-node@v4
with: with:
node-version: '24' node-version: '22'
- run: npm install - run: npm install
shell: bash shell: bash
- run: npm test - run: npm test