fix(ci): fix fe unit tests workflow failure due to invalid node-version value (#9928)

This commit is contained in:
llamantino 2025-07-28 14:13:10 +02:00 committed by GitHub
parent b5146e3188
commit 39c67e2b92
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -24,7 +24,7 @@ jobs:
runs-on: blacksmith-4vcpu-ubuntu-2204
strategy:
matrix:
node-version: 22
node-version: [22]
fail-fast: true
steps:
- name: Checkout