Skip to content

Commit 9b50514

Browse files
authored
Merge pull request #117 from ether/dependabot/github_actions/pnpm/action-setup-4
Bump pnpm/action-setup from 3 to 4
2 parents cf4f43d + c852524 commit 9b50514

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/backend-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
uses: actions/setup-node@v4
3030
with:
3131
node-version: 20
32-
- uses: pnpm/action-setup@v3
32+
- uses: pnpm/action-setup@v4
3333
name: Install pnpm
3434
with:
3535
version: 8

.github/workflows/npmpublish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
uses: actions/setup-node@v4
2828
with:
2929
node-version: 20
30-
- uses: pnpm/action-setup@v3
30+
- uses: pnpm/action-setup@v4
3131
name: Install pnpm
3232
with:
3333
version: 8
@@ -80,7 +80,7 @@ jobs:
8080
with:
8181
node-version: 20
8282
registry-url: https://registry.npmjs.org/
83-
- uses: pnpm/action-setup@v3
83+
- uses: pnpm/action-setup@v4
8484
name: Install pnpm
8585
with:
8686
version: 8

0 commit comments

Comments
 (0)