Skip to content

Commit 487d302

Browse files
richadrRobbert
authored andcommitted
ci: upgrade pnpm/action-setup to v5 and actions/setup-node to latest
pnpm/action-setup@v6 seems to have problems (installing pnpm 11 even if you configure it to be 10)
1 parent 7859e6d commit 487d302

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/codecov.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ jobs:
2323
fetch-depth: 0
2424

2525
- name: Install pnpm package manager
26-
uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2.0
26+
uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5.0.0
2727

2828
- name: Setup Node.js version and cache
29-
uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0
29+
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
3030
with:
3131
node-version-file: .nvmrc
3232
cache: pnpm

.github/workflows/publish.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ jobs:
2727
uses: actions/configure-pages@983d7736d9b0ae728b81ab479565c72886d7745b # v5.0.0
2828

2929
- name: Install pnpm package manager
30-
uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2.0
30+
uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5.0.0
3131

3232
- name: Set up Node.js version
33-
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
33+
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
3434
with:
3535
node-version-file: .nvmrc
3636
cache: pnpm
@@ -117,10 +117,10 @@ jobs:
117117
token: ${{ secrets.GH_TOKEN }}
118118

119119
- name: Install pnpm package manager
120-
uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2.0
120+
uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5.0.0
121121

122122
- name: Set up Node.js version
123-
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
123+
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
124124
with:
125125
node-version-file: .nvmrc
126126
cache: pnpm

0 commit comments

Comments
 (0)