diff --git a/.github/workflows/continuous-integration.yaml b/.github/workflows/continuous-integration.yaml index d07a6f4a..8b85acd6 100644 --- a/.github/workflows/continuous-integration.yaml +++ b/.github/workflows/continuous-integration.yaml @@ -63,7 +63,7 @@ jobs: - name: Use Node.js 22 uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: - node-version: 22.22.2 + node-version: 22.22.3 - name: Bootstrap project run: npm ci --ignore-scripts - name: Verify code linting @@ -79,7 +79,7 @@ jobs: - name: Use Node.js 22 uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: - node-version: 22.22.2 + node-version: 22.22.3 - name: Bootstrap project run: npm ci --ignore-scripts - name: Verify commit linting