diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index e3876738f51b..8b30c1668cd5 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -81,7 +81,7 @@ jobs: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: - node-version: 22.22.2 # LTS + node-version: 22.22.3 # LTS - name: Install dependencies run: npm ci - name: Build @@ -96,7 +96,7 @@ jobs: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: - node-version: 22.22.2 # LTS + node-version: 22.22.3 # LTS - name: Install dependencies run: npm ci - name: Build @@ -118,7 +118,7 @@ jobs: fetch-depth: 0 - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: - node-version: 22.22.2 # LTS + node-version: 22.22.3 # LTS - name: Install dependencies run: npm ci - name: Verify commit linting @@ -131,7 +131,7 @@ jobs: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: - node-version: 22.22.2 # LTS + node-version: 22.22.3 # LTS - name: Install dependencies run: npm ci - name: Build diff --git a/.github/workflows/renovate-config-validator.yml b/.github/workflows/renovate-config-validator.yml index 902b2e2c4f59..9cbf3ee8c5e5 100644 --- a/.github/workflows/renovate-config-validator.yml +++ b/.github/workflows/renovate-config-validator.yml @@ -20,6 +20,6 @@ jobs: fetch-depth: 1 - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: - node-version: 22.22.2 # LTS + node-version: 22.22.3 # LTS - name: Validate Renovate config run: npx -p renovate --yes renovate-config-validator