diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2026-03-17 22:25:00 +0000 |
|---|---|---|
| committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2026-03-17 22:25:11 +0000 |
| commit | d95f74d99847086b6c0ebe1ba91a35082cf71c9b (patch) | |
| tree | ab9c8a0bbbf46d8ad2e1752ce486b0010cdf550d /.github/workflows/node.yml | |
| parent | build(deps-dev): bump the nodejs-dependencies group with 2 updates (diff) | |
| download | locusts-d95f74d99847086b6c0ebe1ba91a35082cf71c9b.tar locusts-d95f74d99847086b6c0ebe1ba91a35082cf71c9b.tar.gz locusts-d95f74d99847086b6c0ebe1ba91a35082cf71c9b.tar.bz2 locusts-d95f74d99847086b6c0ebe1ba91a35082cf71c9b.tar.lz locusts-d95f74d99847086b6c0ebe1ba91a35082cf71c9b.tar.xz locusts-d95f74d99847086b6c0ebe1ba91a35082cf71c9b.tar.zst locusts-d95f74d99847086b6c0ebe1ba91a35082cf71c9b.zip | |
Bumps the github-actions group with 1 update: [pnpm/action-setup](https://github.com/pnpm/action-setup).
Updates `pnpm/action-setup` from 4 to 5
- [Release notes](https://github.com/pnpm/action-setup/releases)
- [Commits](https://github.com/pnpm/action-setup/compare/v4...v5)
---
updated-dependencies:
- dependency-name: pnpm/action-setup
dependency-version: '5'
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: github-actions
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to '.github/workflows/node.yml')
| -rw-r--r-- | .github/workflows/node.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/node.yml b/.github/workflows/node.yml index 9b07635..8c190ae 100644 --- a/.github/workflows/node.yml +++ b/.github/workflows/node.yml @@ -39,7 +39,7 @@ jobs: restore-keys: | ${{ runner.os }}-turbo- - name: Install pnpm and dependencies - uses: pnpm/action-setup@v4 + uses: pnpm/action-setup@v5 with: run_install: true - name: Set up Node.js |
