diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2365ab4..cb01a68 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: - name: Set node version to 24 uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6 with: - node-version: 24.12.0 + node-version: 24.13.0 - name: Install deps run: npm install @@ -41,7 +41,7 @@ jobs: - name: Set node version to 24 uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6 with: - node-version: 24.12.0 + node-version: 24.13.0 - name: Install deps run: npm install @@ -62,7 +62,7 @@ jobs: - name: Set node version to 24 uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6 with: - node-version: 24.12.0 + node-version: 24.13.0 - name: Install deps run: npm install