actions: update matrix
Some checks failed
IPWA Tests / Run Angular tests (22) (push) Failing after 2m3s

This commit is contained in:
2025-06-18 19:40:28 +02:00
parent 271ba89704
commit 913ccd0bf1

View File

@@ -11,10 +11,10 @@ jobs:
steps:
- name: Checkout source code
uses: actions/checkout@v4
- name: Setup Node.js $
- name: Setup Node.js ${{matrix.node-version}}
uses: actions/setup-node@v4
with:
node-version: $
node-version: ${{matrix.node-version}}
cache: 'npm'
cache-dependency-path: package-lock.json
- name: Install dependencies