diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2025-08-21 22:09:00 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-08-21 20:09:00 +0000 |
| commit | 1fcfe4830d11355b21605a992032c667581ee0d0 (patch) | |
| tree | a1ac0a2ed5fa562ebe91c4d1822ba49885cb551a /.github | |
| parent | 2bd4807fa2e3e18e6295166583bc79cd9300ab12 (diff) | |
| download | faker-1fcfe4830d11355b21605a992032c667581ee0d0.tar.xz faker-1fcfe4830d11355b21605a992032c667581ee0d0.zip | |
chore(deps): pin dependency node to 24.6.0 (#3600)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/check-release-pr.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/ci.yml | 6 | ||||
| -rw-r--r-- | .github/workflows/integration-test.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/pr.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/prepare-release-pr.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/publish-release.yml | 2 |
6 files changed, 8 insertions, 8 deletions
diff --git a/.github/workflows/check-release-pr.yml b/.github/workflows/check-release-pr.yml index 49f48186..3a2a1704 100644 --- a/.github/workflows/check-release-pr.yml +++ b/.github/workflows/check-release-pr.yml @@ -35,7 +35,7 @@ jobs: - name: Set node version to 24 uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0 with: - node-version: 24 + node-version: 24.6.0 cache: 'pnpm' cache-dependency-path: | faker/pnpm-lock.yaml diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a5c6f6f0..05ab46c5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -135,7 +135,7 @@ jobs: - name: Set node version to 24 uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0 with: - node-version: 24 + node-version: 24.6.0 cache: 'pnpm' - name: Install deps @@ -163,7 +163,7 @@ jobs: - name: Set node version to 24 uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0 with: - node-version: 24 + node-version: 24.6.0 cache: 'pnpm' - name: Install deps @@ -191,7 +191,7 @@ jobs: - name: Set node version to 24 uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0 with: - node-version: 24 + node-version: 24.6.0 cache: 'pnpm' - name: Install deps diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index 7c5ba0bf..92aa60c3 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -26,7 +26,7 @@ jobs: - name: Set node version to 24 uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0 with: - node-version: 24 + node-version: 24.6.0 cache: 'pnpm' - name: Install deps diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 4cef723a..263a771c 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -25,7 +25,7 @@ jobs: - name: Set node version to 24 uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0 with: - node-version: 24 + node-version: 24.6.0 cache: 'pnpm' - name: Install deps diff --git a/.github/workflows/prepare-release-pr.yml b/.github/workflows/prepare-release-pr.yml index eedd5e72..53c5afd0 100644 --- a/.github/workflows/prepare-release-pr.yml +++ b/.github/workflows/prepare-release-pr.yml @@ -35,7 +35,7 @@ jobs: - name: Set node version to 24 uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0 with: - node-version: 24 + node-version: 24.6.0 cache: 'pnpm' - name: Install deps diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml index 88ac6493..ac3839ac 100644 --- a/.github/workflows/publish-release.yml +++ b/.github/workflows/publish-release.yml @@ -26,7 +26,7 @@ jobs: - name: Set node version to 24 uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0 with: - node-version: 24 + node-version: 24.6.0 cache: 'pnpm' - name: Install deps |
