Skip to content

Commit 8842fc9

Browse files
Merge pull request #255 from rwjblue/dependabot/github_actions/pnpm/action-setup-2.2.1
2 parents ad6db57 + 50ea397 commit 8842fc9

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)