diff --git a/.gitea/workflows/Build-Rollout.yml b/.gitea/workflows/Build-Rollout.yml index 3e875f4..5512757 100644 --- a/.gitea/workflows/Build-Rollout.yml +++ b/.gitea/workflows/Build-Rollout.yml @@ -22,10 +22,10 @@ jobs: fetch-depth: 0 fetch-tags: true - - name: Use NodeJS v22.22.3 + - name: Use NodeJS 24 uses: actions/setup-node@v6 with: - node-version: '22.22.3' + node-version: '24' registry-url: 'https://registry.npmjs.org' package-manager-cache: false diff --git a/.gitea/workflows/Build-Validation.yml b/.gitea/workflows/Build-Validation.yml index 5cbc41f..9cdfcfc 100644 --- a/.gitea/workflows/Build-Validation.yml +++ b/.gitea/workflows/Build-Validation.yml @@ -15,10 +15,10 @@ jobs: - name: Checkout Repository uses: actions/checkout@v4 - - name: use NodeJS v22.22.3 + - name: use NodeJS 24 uses: actions/setup-node@v4 with: - node-version: '22.22.3' + node-version: '24' - name: Install Dependencies run: npm ci