1 Commits

Author SHA1 Message Date
Philipp d9a56ea576 build: enable minification for build artifact
Lint / pre-commit Linting (push) Successful in 1m40s
Test / Run Tests (push) Successful in 6m29s
2026-01-04 06:05:21 +00:00
+2 -2
View File
@@ -10,9 +10,9 @@ jobs:
runs-on: pi
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
- uses: actions/setup-node@v4
with:
node-version: '24'
node-version: '22'
- run: npm install
shell: bash
- run: npm test