We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8bbac85 + b8144e6 commit 07d8da9Copy full SHA for 07d8da9
2 files changed
.github/workflows/release.yml
@@ -26,7 +26,7 @@ jobs:
26
- name: Setup Node.js
27
uses: actions/setup-node@v6
28
with:
29
- node-version: 24.11.1
+ node-version: 24.12.0
30
- name: Install dependencies
31
run: npm ci
32
- name: Build
.github/workflows/test.yml
@@ -18,7 +18,7 @@ jobs:
18
- name: Node installieren
19
20
21
22
23
- name: Abhängigkeiten installieren
24
run: npm install
0 commit comments