diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index d0eae97..49d1275 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -21,11 +21,11 @@ jobs: strategy: matrix: - node-version: [20.19.5, 22.21.1, 24.11.0, 25.1.0] # Node.js versions + node-version: [20.19.6, 22.21.1, 24.12.0, 25.2.1] # Node.js versions steps: - name: Checkout Code - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 1 timeout-minutes: 3