diff --git a/.github/workflows/nextjs.yml b/.github/workflows/nextjs.yml index b9b11050..2f29a489 100644 --- a/.github/workflows/nextjs.yml +++ b/.github/workflows/nextjs.yml @@ -39,7 +39,7 @@ jobs: static_site_generator: next - name: Setup Node - uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0 + uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0 with: node-version: "24" cache: "npm"