Skip to content

fix: respect allow_icon_changes config on web and desktop #7225

fix: respect allow_icon_changes config on web and desktop

fix: respect allow_icon_changes config on web and desktop #7225

Triggered via push June 1, 2026 09:55
Status Success
Total duration 27m 36s
Artifacts 40

ci.yml

on: push
Test  /  api-lint
1m 53s
Test / api-lint
Test  /  veans-lint
22s
Test / veans-lint
Test  /  veans-test
24s
Test / veans-test
Test  /  frontend-lint
28s
Test / frontend-lint
Test  /  frontend-stylelint
20s
Test / frontend-stylelint
Test  /  frontend-typecheck
41s
Test / frontend-typecheck
Test  /  test-frontend-unit
33s
Test / test-frontend-unit
Test  /  prepare-mage
16s
Test / prepare-mage
Test  /  frontend-build
54s
Test / frontend-build
Matrix: Test / test-api
Matrix: Test / test-frontend-e2e-playwright
Matrix: Test / test-migration-smoke
Test  /  test-veans-e2e
40s
Test / test-veans-e2e
Matrix: Release / desktop
Release  /  veans-binaries
7m 14s
Release / veans-binaries
Release  /  prepare-build-mage
15s
Release / prepare-build-mage
Release  /  docker
4m 56s
Release / docker
Release  /  config-yaml
11s
Release / config-yaml
Release  /  generate-swagger-docs
31s
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 (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 (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 (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 / 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 / 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 (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 / 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 / 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 (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 (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 (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 / 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 / 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 (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 (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 (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 / 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 / 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-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 (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 (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 (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 / 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-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 (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 (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 / 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 / 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 (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 (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 / 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:7e4cba8327dffb8939eb2c2d7c33008a19d14d0c177320f99771272725d9bd27
go-vikunja~vikunja~YDTRQ8.dockerbuild
55.4 KB
sha256:c3b2717f89a3815b62f5dd319768f6d52e647d27b9928bfc32677d5b9307bb3b
mage_bin
5.3 MB
sha256:5aa1c5e181090bdccb42b0b25228371b963cce381d001b0817b8aa21ab6bc00a
playwright-report-1
257 KB
sha256:dc3af6348e97051e9e7acdef0fa3d98d9660bf4377e3689aaea40ce44361c296
playwright-report-2
235 KB
sha256:6d52e6f65862ca070cd752e4731497c6d2ffa8018ec7dafdf59f84bf7b074aaf
playwright-report-3
227 KB
sha256:e07de6569e71bf89c9cca7fa6215cd06b4b94ae88d3a5b6aa88c38b29acdb8ca
playwright-report-4
269 KB
sha256:4d0ea2da2523ea4bea358fe07ec8a69d5c43d8eb9c1c4cd9ddf6a34dccac5e10
playwright-report-5
212 KB
sha256:aa31ef0ed9915c76efe9ab9ed6d9e13db9ea684b28296416dfa0f0349358d8cd
playwright-report-6
244 KB
sha256:ca99e1aa6cfa5e27a440e2e0bc2f52488b588fe17158a2750dc10de8542725b9
veans_bins
104 MB
sha256:ac7b3c9bdb78d80dcccc8162dc07781b043a6cd8fbe2fbcc69e02339d06f1036
veans_os_package_apk_aarch64
6.56 MB
sha256:771c2ae1f4e880d0a53527765caa0f6084c69470c7990f88fd2f223f234e29b8
veans_os_package_apk_armv7
6.57 MB
sha256:9b146de307d923a36a684f211f96e4b021ee6281360de4140e53637f7b8dc5f5
veans_os_package_apk_x86_64
7.4 MB
sha256:f5169ccd60515d4483282e9c88fbde0407d450674d4cbd20b51c722cc20d85d9
veans_os_package_archlinux_aarch64
6.55 MB
sha256:db5dcae95296b548012557ccd2f2b0af4e2566fc366dca116c752e834cf3f2b3
veans_os_package_archlinux_armv7
6.55 MB
sha256:ca790966743315feade83c7195bb12e24b4cb4204460f711e0266699f34c54c4
veans_os_package_archlinux_x86_64
7.39 MB
sha256:52b836e5afb8165474d0491ad7ca3859cb632788af4fd32d105a07b1d1fee923
veans_os_package_deb_aarch64
6.54 MB
sha256:a03d357ed7f57a970845aae2b5fd4190681a9379bf9a7a23d7c1c17743ad5b93
veans_os_package_deb_armv7
6.55 MB
sha256:17cda8073687ca6acd0c16ccc4fa40512bfb4f6c00ecaa06f7115298e79ec418
veans_os_package_deb_x86_64
7.39 MB
sha256:1624422f6676331088f5e04a1e0f6a36ead5332f11bc14e7d7fd28cee1324c9e
veans_os_package_rpm_aarch64
6.56 MB
sha256:2c9407e4da98c82fe5c924fa8344c8f5937a20fe77ff30c3c0b6576bf30cc415
veans_os_package_rpm_armv7
6.57 MB
sha256:13722db1ace2fc4826d23e9c9805781aa994c23b53300562ba0b0dd72685b91c
veans_os_package_rpm_x86_64
7.4 MB
sha256:8f9111572880a49f6344d4ae6205f45f0150c74e2dcdde3676b5a8c38744a348
vikunja_bin
24.6 MB
sha256:d485d8f4c5b200cd30290641d732ee4274802f2a07a053bfb082044178724ba9
vikunja_bins
534 MB
sha256:93bae0adbe82da0f354ff9dfefc52c1b5112f683fe4c08532ad0d67437a20382
vikunja_desktop_packages_macos-latest
215 MB
sha256:eb63043ef680096f53034e9ae99b3ea2a5d5385b3fb0eaad8212d4c8bf36f8fe
vikunja_desktop_packages_ubuntu-latest
869 MB
sha256:6389cb2801ed35b6f1ac1d618af2dc3fe07c25b36ea751fbb7634a80b1329b0b
vikunja_desktop_packages_windows-latest
330 MB
sha256:b58721983b3c705ff30fe02541029a9ec588fc99c98c65a2dcdbc24273116179
vikunja_os_package_apk_aarch64
35.3 MB
sha256:3b3bbc4fcf59dcdf9b665783e9ebeb18db85978cbdd50ae1b9c93576f49ba898
vikunja_os_package_apk_armv7
34.2 MB
sha256:ca8b82f8a2f881bc831e46d754fbd61f5da89552ff369b5bbf3fb1c61813e83a
vikunja_os_package_apk_x86_64
38.9 MB
sha256:dab29b0166a2efe0bd90016dbc8c8ee1986d7e0ab1032a320a7559b04195a507
vikunja_os_package_archlinux_aarch64
35.2 MB
sha256:f34095691241d1126427c2912d39c5ee20d7667fb74a07540456747c4c931450
vikunja_os_package_archlinux_armv7
34 MB
sha256:2760d8e3d796b6ef068f36742439f6da88176408bf91a9f32f2d44b436ac6210
vikunja_os_package_archlinux_x86_64
38.8 MB
sha256:85dc100d61a7ed62232397e3f8411ef20c0c766e0c1a79a6f3bac1ae2c246e5b
vikunja_os_package_deb_aarch64
35.2 MB
sha256:5d6885b7fb41de9201012b9802ae0311ce79f0418f537450b997651cb5ad355c
vikunja_os_package_deb_armv7
34 MB
sha256:2ff5cb26de84f22eb7e8162779b7ac60509d73e8f4dc7c427e801ea41dc0ad1b
vikunja_os_package_deb_x86_64
38.8 MB
sha256:fb2a79d969a2fb567848e56699745f391a48b5d59a511febe92eca256af8285e
vikunja_os_package_rpm_aarch64
35.3 MB
sha256:11302292e3ae7056543d59c6a0d060855032209b4a6def4ee66c6665a46ea413
vikunja_os_package_rpm_armv7
34.1 MB
sha256:4e8b21b81e6693f6e7db90866b2e2053ecbf231195bb5e4764aa7ce7145c45ea
vikunja_os_package_rpm_x86_64
38.9 MB
sha256:813a35946106211a3ded8441cba0da37e1b582d52934d9236c76a9e455cf19bb