Skip to content

Commit 50ea397

Browse files
Bump pnpm/action-setup from 2.1.0 to 2.2.1
Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from 2.1.0 to 2.2.1. - [Release notes](https://github.com/pnpm/action-setup/releases) - [Commits](pnpm/action-setup@v2.1.0...v2.2.1) --- updated-dependencies: - dependency-name: pnpm/action-setup dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ad6db57 commit 50ea397

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
@@ -23,7 +23,7 @@ jobs:
2323
node-version: ${{ matrix.node-version }}
2424
yarn-version: 1.22.4
2525
- name: Install pnpm
26-
uses: pnpm/action-setup@v2.1.0
26+
uses: pnpm/action-setup@v2.2.1
2727
with:
2828
version: 6.32.3
2929
- run: yarn install --frozen-lockfile

0 commit comments

Comments
 (0)