Update Node.js version in CI

This commit is contained in:
Dennis Reimann
2025-03-17 10:36:14 +01:00
parent 3d8da8ad55
commit 4b180b6d65

View File

@@ -26,7 +26,7 @@ jobs:
- name: Setup - name: Setup
uses: actions/setup-node@v4 uses: actions/setup-node@v4
with: with:
node-version: 18 node-version: 22
# Install and build # Install and build
- name: Install - name: Install
run: npm ci run: npm ci