Skip to content

Commit ae90199

Browse files
Bump pnpm/action-setup from 2.4.0 to 3.0.0 (#357)
Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from 2.4.0 to 3.0.0. - [Release notes](https://github.com/pnpm/action-setup/releases) - [Commits](pnpm/action-setup@v2.4.0...v3.0.0) --- updated-dependencies: - dependency-name: pnpm/action-setup dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 72391af commit ae90199

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
node-version: ${{ matrix.node-version }}
110110
- name: setup pnpm
111111
## see https://github.com/pnpm/action-setup
112-
uses: pnpm/action-setup@v2.4.0
112+
uses: pnpm/action-setup@v3.0.0
113113
with:
114114
version: ${{ matrix.pnpm-version }}
115115
- name: install project

0 commit comments

Comments
 (0)