Skip to content

Commit 32dacab

Browse files
committed
chore: add pnpm version to workflows
1 parent 72a4641 commit 32dacab

File tree

4 files changed

+12
-0
lines changed

4 files changed

+12
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ jobs:
3232
steps:
3333
- uses: actions/checkout@v3
3434
- uses: pnpm/[email protected]
35+
with:
36+
version: 8
3537
- name: Use Node.js
3638
uses: actions/setup-node@v3
3739
with:

.github/workflows/compressed-size.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ jobs:
1818
steps:
1919
- uses: actions/checkout@v3
2020
- uses: pnpm/[email protected]
21+
with:
22+
version: 8
2123
- uses: preactjs/compressed-size-action@v2
2224
with:
2325
repo-token: "${{ secrets.GITHUB_TOKEN }}"
@@ -27,6 +29,8 @@ jobs:
2729
steps:
2830
- uses: actions/checkout@v3
2931
- uses: pnpm/[email protected]
32+
with:
33+
version: 8
3034
- uses: andresz1/size-limit-action@master
3135
with:
3236
github_token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/deploy-docs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ jobs:
2525
steps:
2626
- uses: actions/checkout@v3
2727
- uses: pnpm/[email protected]
28+
with:
29+
version: 8
2830
- name: Use Node.js
2931
uses: actions/setup-node@v3
3032
with:

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ jobs:
2828
steps:
2929
- uses: actions/checkout@v3
3030
- uses: pnpm/[email protected]
31+
with:
32+
version: 8
3133
- uses: actions/setup-node@v3
3234
with:
3335
registry-url: https://registry.npmjs.org/
@@ -73,6 +75,8 @@ jobs:
7375
steps:
7476
- uses: actions/checkout@v3
7577
- uses: pnpm/[email protected]
78+
with:
79+
version: 8
7680
- uses: actions/setup-node@v3
7781
with:
7882
registry-url: https://registry.npmjs.org/

0 commit comments

Comments
 (0)