diff --git a/.github/workflows/chromatic.yaml b/.github/workflows/chromatic.yaml index d5329a3f7f..72ff5e61c3 100644 --- a/.github/workflows/chromatic.yaml +++ b/.github/workflows/chromatic.yaml @@ -23,7 +23,7 @@ jobs: version: 10.5.2 - name: Setup Node.js environment - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 with: node-version-file: clients/.node-version cache: "pnpm" diff --git a/.github/workflows/nextjs_bundle_analysis.yml b/.github/workflows/nextjs_bundle_analysis.yml index 8637af476b..61e907c720 100644 --- a/.github/workflows/nextjs_bundle_analysis.yml +++ b/.github/workflows/nextjs_bundle_analysis.yml @@ -36,7 +36,7 @@ jobs: version: 10.5.2 - name: Setup Node.js environment - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 with: node-version-file: clients/.node-version cache: "pnpm" diff --git a/.github/workflows/release_packages.yml b/.github/workflows/release_packages.yml index 39500b7081..52be3a9472 100644 --- a/.github/workflows/release_packages.yml +++ b/.github/workflows/release_packages.yml @@ -28,7 +28,7 @@ jobs: version: 10.5.2 - name: Setup Node.js environment - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 with: node-version-file: clients/.node-version cache: "pnpm" diff --git a/.github/workflows/test_client.yaml b/.github/workflows/test_client.yaml index d6831de1cc..7aced75ce5 100644 --- a/.github/workflows/test_client.yaml +++ b/.github/workflows/test_client.yaml @@ -26,7 +26,7 @@ jobs: version: 10.5.2 - name: Setup Node.js environment - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 with: node-version-file: clients/.node-version cache: "pnpm" @@ -72,7 +72,7 @@ jobs: version: 10.5.2 - name: Setup Node.js environment - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 with: node-version: v22 cache: "pnpm" diff --git a/.github/workflows/test_server.yaml b/.github/workflows/test_server.yaml index a405e67727..8aee23e260 100644 --- a/.github/workflows/test_server.yaml +++ b/.github/workflows/test_server.yaml @@ -104,7 +104,7 @@ jobs: version: 10.5.2 - name: 📬 Setup Node.js environment for server/emails - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 with: node-version-file: server/emails/.node-version cache: "pnpm"