Skip to content

Commit d5e3274

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

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/[email protected].1
26+
uses: pnpm/[email protected].4
2727
with:
2828
version: 6.32.3
2929
- run: yarn install --frozen-lockfile

0 commit comments

Comments
 (0)