Skip to content

fix(ai): correct snake_case in json instructions #7209

fix(ai): correct snake_case in json instructions

fix(ai): correct snake_case in json instructions #7209

Triggered via push May 31, 2026 15:16
Status Success
Total duration 18m 21s
Artifacts 40

ci.yml

on: push
Test  /  api-lint
1m 45s
Test / api-lint
Test  /  veans-lint
20s
Test / veans-lint
Test  /  veans-test
27s
Test / veans-test
Test  /  frontend-lint
25s
Test / frontend-lint
Test  /  frontend-stylelint
19s
Test / frontend-stylelint
Test  /  frontend-typecheck
41s
Test / frontend-typecheck
Test  /  test-frontend-unit
38s
Test / test-frontend-unit
Test  /  prepare-mage
24s
Test / prepare-mage
Test  /  frontend-build
45s
Test / frontend-build
Matrix: Test / test-api
Matrix: Test / test-frontend-e2e-playwright
Matrix: Test / test-migration-smoke
Test  /  test-veans-e2e
33s
Test / test-veans-e2e
Matrix: Release / desktop
Release  /  veans-binaries
5m 11s
Release / veans-binaries
Release  /  prepare-build-mage
17s
Release / prepare-build-mage
Release  /  docker
4m 40s
Release / docker
Release  /  config-yaml
8s
Release / config-yaml
Release  /  generate-swagger-docs
33s
Release / generate-swagger-docs
Matrix: Release / os-package
Matrix: Release / veans-os-package
Matrix: Release / publish-repos
Release  /  create-release
0s
Release / create-release
Fit to window
Zoom out
Zoom in

Annotations

10 errors, 63 warnings, and 1 notice
Test / frontend-typecheck
Property '$el' does not exist on type 'HTMLElement'.
Test / frontend-typecheck
Argument of type '{ readonly id: number; readonly email: string; readonly username: string; readonly name: string; readonly exp: number; readonly type: AuthType; readonly created: Date; ... 6 more ...; readonly maxPermission: Permission | null; }' is not assignable to parameter of type 'IUser'.
Test / frontend-typecheck
Type '{ readonly id: number; readonly email: string; readonly username: string; readonly name: string; readonly exp: number; readonly type: AuthType; readonly created: Date; ... 6 more ...; readonly maxPermission: Permission | null; }' is not assignable to type 'IUser'.
Test / frontend-typecheck
Operator '+' cannot be applied to types 'string | number' and 'number'.
Test / frontend-typecheck
The left-hand side of an arithmetic operation must be of type 'any', 'number', 'bigint' or an enum type.
Test / frontend-typecheck
Argument of type 'string | number' is not assignable to parameter of type 'number'.
Test / frontend-typecheck
Argument of type '{ readonly id: number; readonly title: string; readonly description: string; readonly owner: { readonly id: number; readonly email: string; readonly username: string; readonly name: string; readonly exp: number; ... 8 more ...; readonly maxPermission: Permission | null; }; ... 13 more ...; readonly maxPermission: Pe...' is not assignable to parameter of type 'IProject'.
Test / frontend-typecheck
Argument of type '{ style: { 'background-image': "" | `url(${string})`; filter: 0 | `brightness(${number}%)` | null; }; class: string; }' is not assignable to parameter of type 'HTMLAttributes & ReservedProps & Record<string, unknown>'.
Test / frontend-typecheck
Argument of type '{ dateFrom: string | null; dateTo: string | null; }' is not assignable to parameter of type '{ dateFrom: string | Date; dateTo: string | Date; }'.
Test / frontend-typecheck
Cannot find name 'ImportMetaEnv'. Did you mean 'ImportMeta'?
Test / frontend-stylelint
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061. Actions will be forced to run with Node.js 24 by default starting June 16th, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Test / frontend-lint
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061. Actions will be forced to run with Node.js 24 by default starting June 16th, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Test / frontend-lint: frontend/src/components/input/FormSelect.vue#L15
Prop 'error' requires default value to be set
Test / frontend-lint: frontend/src/components/input/FormSelect.vue#L12
Prop 'id' requires default value to be set
Test / frontend-lint: frontend/src/components/input/FormSelect.vue#L10
Prop 'modelValue' requires default value to be set
Test / frontend-lint: frontend/src/components/input/FormInput.vue#L10
Prop 'error' requires default value to be set
Test / frontend-lint: frontend/src/components/input/FormInput.vue#L7
Prop 'id' requires default value to be set
Test / frontend-lint: frontend/src/components/input/FormInput.vue#L5
Prop 'modelValue' requires default value to be set
Test / frontend-lint: frontend/src/components/input/FormField.vue#L8
Prop 'id' requires default value to be set
Test / frontend-lint: frontend/src/components/input/FormField.vue#L7
Prop 'error' requires default value to be set
Test / frontend-lint: frontend/src/components/input/FormField.vue#L6
Prop 'label' requires default value to be set
Test / frontend-lint: frontend/src/components/input/FormField.vue#L5
Prop 'modelValue' requires default value to be set
Test / test-frontend-unit
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061. Actions will be forced to run with Node.js 24 by default starting June 16th, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Test / frontend-typecheck
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061. Actions will be forced to run with Node.js 24 by default starting June 16th, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Test / frontend-build
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061, proudust/gh-describe@v2. Actions will be forced to run with Node.js 24 by default starting June 16th, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Test / api-build
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: proudust/gh-describe@v2. Actions will be forced to run with Node.js 24 by default starting June 16th, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Test / test-frontend-e2e-playwright (2, 6)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061. Actions will be forced to run with Node.js 24 by default starting June 16th, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Test / test-frontend-e2e-playwright (2, 6)
No files were found with the provided path: frontend/test-results/. No artifacts will be uploaded.
Test / test-frontend-e2e-playwright (3, 6)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061. Actions will be forced to run with Node.js 24 by default starting June 16th, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Test / test-frontend-e2e-playwright (3, 6)
No files were found with the provided path: frontend/test-results/. No artifacts will be uploaded.
Test / test-frontend-e2e-playwright (5, 6)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061. Actions will be forced to run with Node.js 24 by default starting June 16th, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Test / test-frontend-e2e-playwright (5, 6)
No files were found with the provided path: frontend/test-results/. No artifacts will be uploaded.
Test / test-frontend-e2e-playwright (1, 6)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061. Actions will be forced to run with Node.js 24 by default starting June 16th, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Test / test-frontend-e2e-playwright (1, 6)
No files were found with the provided path: frontend/test-results/. No artifacts will be uploaded.
Test / test-frontend-e2e-playwright (6, 6)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061. Actions will be forced to run with Node.js 24 by default starting June 16th, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Test / test-frontend-e2e-playwright (6, 6)
No files were found with the provided path: frontend/test-results/. No artifacts will be uploaded.
Test / test-frontend-e2e-playwright (4, 6)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061. Actions will be forced to run with Node.js 24 by default starting June 16th, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Test / test-frontend-e2e-playwright (4, 6)
No files were found with the provided path: frontend/test-results/. No artifacts will be uploaded.
Release / config-yaml
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: kolaente/s3-action@main, proudust/gh-describe@v2. Actions will be forced to run with Node.js 24 by default starting June 16th, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Release / desktop (macos-latest)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: kolaente/s3-action@main, pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061, proudust/gh-describe@v2. Actions will be forced to run with Node.js 24 by default starting June 16th, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Release / docker
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83, docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef, proudust/gh-describe@v2. Actions will be forced to run with Node.js 24 by default starting June 16th, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Release / veans-binaries
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: kolaente/s3-action@main, proudust/gh-describe@v2, useblacksmith/cache@71c7c918062ba3861252d84b07fe5ab2a6b467a6. Actions will be forced to run with Node.js 24 by default starting June 16th, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Release / veans-os-package (rpm, linux-amd64, amd64, x86_64)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: kolaente/s3-action@main, proudust/gh-describe@v2. Actions will be forced to run with Node.js 24 by default starting June 16th, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Release / veans-os-package (apk, linux-arm-7, arm7, armv7)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: kolaente/s3-action@main, proudust/gh-describe@v2. Actions will be forced to run with Node.js 24 by default starting June 16th, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Release / veans-os-package (deb, linux-arm64, arm64, aarch64)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: kolaente/s3-action@main, proudust/gh-describe@v2. Actions will be forced to run with Node.js 24 by default starting June 16th, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Release / veans-os-package (archlinux, linux-arm64, arm64, aarch64)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: kolaente/s3-action@main, proudust/gh-describe@v2. Actions will be forced to run with Node.js 24 by default starting June 16th, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Release / desktop (windows-latest)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: kolaente/s3-action@main, pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061, proudust/gh-describe@v2. Actions will be forced to run with Node.js 24 by default starting June 16th, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Release / veans-os-package (rpm, linux-arm64, arm64, aarch64)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: kolaente/s3-action@main, proudust/gh-describe@v2. Actions will be forced to run with Node.js 24 by default starting June 16th, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Release / veans-os-package (archlinux, linux-arm-7, arm7, armv7)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: kolaente/s3-action@main, proudust/gh-describe@v2. Actions will be forced to run with Node.js 24 by default starting June 16th, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Release / veans-os-package (deb, linux-amd64, amd64, x86_64)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: kolaente/s3-action@main, proudust/gh-describe@v2. Actions will be forced to run with Node.js 24 by default starting June 16th, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Release / veans-os-package (archlinux, linux-amd64, amd64, x86_64)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: kolaente/s3-action@main, proudust/gh-describe@v2. Actions will be forced to run with Node.js 24 by default starting June 16th, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Release / veans-os-package (deb, linux-arm-7, arm7, armv7)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: kolaente/s3-action@main, proudust/gh-describe@v2. Actions will be forced to run with Node.js 24 by default starting June 16th, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Release / veans-os-package (rpm, linux-arm-7, arm7, armv7)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: kolaente/s3-action@main, proudust/gh-describe@v2. Actions will be forced to run with Node.js 24 by default starting June 16th, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Release / veans-os-package (apk, linux-arm64, arm64, aarch64)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: kolaente/s3-action@main, proudust/gh-describe@v2. Actions will be forced to run with Node.js 24 by default starting June 16th, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Release / veans-os-package (apk, linux-amd64, amd64, x86_64)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: kolaente/s3-action@main, proudust/gh-describe@v2. Actions will be forced to run with Node.js 24 by default starting June 16th, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Release / binaries
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: kolaente/s3-action@main, proudust/gh-describe@v2, useblacksmith/cache@71c7c918062ba3861252d84b07fe5ab2a6b467a6. Actions will be forced to run with Node.js 24 by default starting June 16th, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Release / os-package (rpm, linux-arm-7, arm7, armv7)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: kolaente/s3-action@main, proudust/gh-describe@v2. Actions will be forced to run with Node.js 24 by default starting June 16th, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Release / desktop (ubuntu-latest)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: kolaente/s3-action@main, pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061, proudust/gh-describe@v2. Actions will be forced to run with Node.js 24 by default starting June 16th, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Release / os-package (rpm, linux-arm64, arm64, aarch64)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: kolaente/s3-action@main, proudust/gh-describe@v2. Actions will be forced to run with Node.js 24 by default starting June 16th, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Release / os-package (deb, linux-amd64, amd64, x86_64)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: kolaente/s3-action@main, proudust/gh-describe@v2. Actions will be forced to run with Node.js 24 by default starting June 16th, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Release / os-package (archlinux, linux-arm64, arm64, aarch64)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: kolaente/s3-action@main, proudust/gh-describe@v2. Actions will be forced to run with Node.js 24 by default starting June 16th, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Release / os-package (archlinux, linux-arm-7, arm7, armv7)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: kolaente/s3-action@main, proudust/gh-describe@v2. Actions will be forced to run with Node.js 24 by default starting June 16th, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Release / os-package (apk, linux-amd64, amd64, x86_64)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: kolaente/s3-action@main, proudust/gh-describe@v2. Actions will be forced to run with Node.js 24 by default starting June 16th, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Release / os-package (apk, linux-arm64, arm64, aarch64)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: kolaente/s3-action@main, proudust/gh-describe@v2. Actions will be forced to run with Node.js 24 by default starting June 16th, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Release / os-package (apk, linux-arm-7, arm7, armv7)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: kolaente/s3-action@main, proudust/gh-describe@v2. Actions will be forced to run with Node.js 24 by default starting June 16th, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Release / os-package (archlinux, linux-amd64, amd64, x86_64)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: kolaente/s3-action@main, proudust/gh-describe@v2. Actions will be forced to run with Node.js 24 by default starting June 16th, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Release / os-package (rpm, linux-amd64, amd64, x86_64)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: kolaente/s3-action@main, proudust/gh-describe@v2. Actions will be forced to run with Node.js 24 by default starting June 16th, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Release / os-package (deb, linux-arm-7, arm7, armv7)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: kolaente/s3-action@main, proudust/gh-describe@v2. Actions will be forced to run with Node.js 24 by default starting June 16th, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Release / os-package (deb, linux-arm64, arm64, aarch64)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: kolaente/s3-action@main, proudust/gh-describe@v2. Actions will be forced to run with Node.js 24 by default starting June 16th, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Release / publish-repos (apt, ubuntu:noble, release:repo-apt)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: kolaente/s3-action@main. Actions will be forced to run with Node.js 24 by default starting June 16th, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Release / publish-repos (pacman, archlinux:latest, release:repo-pacman)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: kolaente/s3-action@main. Actions will be forced to run with Node.js 24 by default starting June 16th, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Release / publish-repos (rpm, fedora:latest, release:repo-rpm)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: kolaente/s3-action@main. Actions will be forced to run with Node.js 24 by default starting June 16th, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Release / publish-repos (apk, alpine:latest, release:repo-apk)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: kolaente/s3-action@main. Actions will be forced to run with Node.js 24 by default starting June 16th, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Release / desktop (windows-latest)
NOTICE: windows-latest requests are being redirected to windows-2025-vs2026 by June 15, 2026

Artifacts

Produced during runtime
Name Size Digest
build_mage_bin
1.99 MB
sha256:04063806cc0dbbe3fc6d1c201a0138bbf85389331238840fbc36307e422ca7af
frontend_dist
2.44 MB
sha256:cfa2e2e19bd9d1aa2159b23a8a5403e8d14f26bcf08467ae4152c87edc7cf26b
go-vikunja~vikunja~PHS9BI.dockerbuild
74.9 KB
sha256:62c1877229ccb1ada397cf2931b7749eb68a15b2e71e97a7a73ee29e9ba483b7
mage_bin
5.3 MB
sha256:5aa1c5e181090bdccb42b0b25228371b963cce381d001b0817b8aa21ab6bc00a
playwright-report-1
257 KB
sha256:373a3af14072824db124d68461d7edac559e5eebb97ab9f289995563453be2d4
playwright-report-2
234 KB
sha256:479b4eca74980ccae91b12ae1aedf4618a8da01c415e5fa38d2d77d1405d29c1
playwright-report-3
226 KB
sha256:ec89c5fb166e4501d98e43919b439ae66f9b9fa02d965688810bebcfb76dc11d
playwright-report-4
269 KB
sha256:195e3c162712fd960ca5ee5a9b7d16010edde56587ce8bfcecbe2ac73042e7bc
playwright-report-5
211 KB
sha256:199d19d84adbb0e70b2724663ffdd06b88f907686f1497c8b3391509f49816ab
playwright-report-6
243 KB
sha256:df864ab7d73bb0dc02584f6bf65ac64808659571d1b3e6866b33691b7b8ddfd9
veans_bins
104 MB
sha256:851c89eaa4287d5e27325c2031bb03ecc1b8352a29e7aea13f6e199f60d5d048
veans_os_package_apk_aarch64
6.56 MB
sha256:379a729e155e86ed04f67de352b75363ebcdcbd28ecad508c161ff8a2a92720c
veans_os_package_apk_armv7
6.57 MB
sha256:8545eb9415673367f1a220f063988d581cf3da51b8de34a507e024a8b05f4e1b
veans_os_package_apk_x86_64
7.4 MB
sha256:5b58debef6cb6460c5f197c7573d8f44070331ed0cc1d8f136e02944ef720f3a
veans_os_package_archlinux_aarch64
6.55 MB
sha256:747c464e8d81c7d72e683e0f631fb003c634a605d2e2e11364280c683f56bd58
veans_os_package_archlinux_armv7
6.55 MB
sha256:0797fc8f31054f0ca0f015cc560511720759fe3b98e1f679357f913f2197b91e
veans_os_package_archlinux_x86_64
7.39 MB
sha256:fa9ec219e0d39f5d6e583f55c20c185ff71f71bda0d6ce9f481974d2b9ccf989
veans_os_package_deb_aarch64
6.54 MB
sha256:f0beaa7b86c03c79a211c09b65cd0478b469381ef0fd15be1620083be513c150
veans_os_package_deb_armv7
6.55 MB
sha256:6e604756310cd0008adeef782d9086f59a6d465ab7c2f0a4b0e9bf66535b4b1d
veans_os_package_deb_x86_64
7.39 MB
sha256:e3d786d06679ce76a64b2bdb66d23ce949605a3a281d1eacc7376e50e1f9c20f
veans_os_package_rpm_aarch64
6.56 MB
sha256:38d34dfdeedf8cff184ec79f91eeb57a171064fa6fb4fd3233d44aabcbffd047
veans_os_package_rpm_armv7
6.56 MB
sha256:894ecbe5e4d505e9c0c007765602ba577033b40eceea253458cb34ba541c2a32
veans_os_package_rpm_x86_64
7.4 MB
sha256:2872fb8bbcf38e872c3b8faa257883660cdf1a6b6d780e3d65c75a36fc7d1bd0
vikunja_bin
24.6 MB
sha256:195b3994e876761506407293a2d2b841e7297af8527b916bed240d667c352e9f
vikunja_bins
534 MB
sha256:05eca5c32bfd281f5b69dd871adca8e7a859af1ec7e650fc2a9175d9eca7ce12
vikunja_desktop_packages_macos-latest
215 MB
sha256:5c040a4db77022492bbd903d7ebe460c5c7340b418f7b78a002aef4a157a3668
vikunja_desktop_packages_ubuntu-latest
869 MB
sha256:6fcbe6db2586b183336a86b0c622af4458d3aa8bb3fcbbb765098ad468080ae3
vikunja_desktop_packages_windows-latest
330 MB
sha256:242a0abd7c394938d4a265a15f6c1e99a640d06a57e9aef9e6a33c8e6add7943
vikunja_os_package_apk_aarch64
35.3 MB
sha256:90617179621d652d11d09e86abfa133ac815893736d0f00d216e4ba8da336df9
vikunja_os_package_apk_armv7
34.2 MB
sha256:54bb0d7afa8d8fb547b95c5c18eca4dc42a225eb2a40072ff72079ccf0f0de71
vikunja_os_package_apk_x86_64
38.9 MB
sha256:b2a79a255ad654c96d36d9077d275745948dfefcfd8f9d9749aec83d6eff8b1f
vikunja_os_package_archlinux_aarch64
35.2 MB
sha256:f075dd7eb6de469ba15f8a5f85c96c3fbb66ce4b57fa185c5097ac4be320bb3e
vikunja_os_package_archlinux_armv7
34 MB
sha256:3e3adc7601c8182c0b9f7a3febf4d9f858ff5d1da9e7ca7bd27ac929bb32e0ff
vikunja_os_package_archlinux_x86_64
38.8 MB
sha256:2b709961a77fb2f7e6909ede3c6d2b672c3dd39a58bbb2a2a9c6e424428863b1
vikunja_os_package_deb_aarch64
35.2 MB
sha256:2dd2f26b49b5aa6a387f3e583be3ab17b58d3fafd32913b98d35c305657ba747
vikunja_os_package_deb_armv7
34 MB
sha256:f8607ceb5f3bbebe57e5cf64b9e83e184b2a64e98ebdbcf46d09dfd2c40c856a
vikunja_os_package_deb_x86_64
38.8 MB
sha256:14296088960d168ba6b51a395931eebf92ff88c83f62f3457f40ba96b647aefe
vikunja_os_package_rpm_aarch64
35.3 MB
sha256:add1bcc08bb2d1c3c05799227cf2725f0984fb6fe305b652eff85c6d34bb5ed4
vikunja_os_package_rpm_armv7
34.1 MB
sha256:7df4b818dc8eff0cbd8ecae677649578db6cd50bc02103ba7b684f6471a82ba0
vikunja_os_package_rpm_x86_64
39 MB
sha256:b6c0eb315be3b2569675485b3e3dd59dc19e77dcdd8ea0d44995e2ad6137ba8a