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/workflows/publish-release.yml | |
| 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/workflows/publish-release.yml')
| -rw-r--r-- | .github/workflows/publish-release.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
