diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 0888a7155..f0dbb50f6 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -25,7 +25,7 @@ jobs: - uses: actions/checkout@v7.0.1 - uses: actions/setup-node@v7.0.0 with: - node-version: 24.19.0 # LTS + node-version: 24.21.0 # LTS - name: Install Dependencies run: npm ci --ignore-scripts - name: Check Code Lint