Compare commits

..

3 Commits

Author SHA1 Message Date
653441e50b build: enable minification for build artifact
All checks were successful
Lint / pre-commit Linting (push) Successful in 1m12s
Test / Run Tests (push) Successful in 1m1s
2026-01-04 07:14:31 +01:00
4a77ba188a chore(deps): update dependency node to v24 (#59)
All checks were successful
Lint / pre-commit Linting (push) Successful in 2m38s
Test / Run Tests (push) Successful in 3m24s
Co-authored-by: Renovate Bot <renovate@horstenkamp.eu>
Co-committed-by: Renovate Bot <renovate@horstenkamp.eu>
2026-01-04 07:05:42 +01:00
6c7a0961a7 chore(deps): update actions/setup-node action to v6 (#58)
Some checks failed
Lint / pre-commit Linting (push) Has been cancelled
Test / Run Tests (push) Has been cancelled
Co-authored-by: Renovate Bot <renovate@horstenkamp.eu>
Co-committed-by: Renovate Bot <renovate@horstenkamp.eu>
2026-01-04 07:05:31 +01:00

View File

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