Skip to content

Commit 3e409e2

Browse files
committed
chore: add version in workflows manually
1 parent 508316f commit 3e409e2

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ jobs:
3131
steps:
3232
- uses: actions/checkout@v3
3333
- uses: pnpm/[email protected]
34+
with:
35+
version: 9
3436
- uses: actions/setup-node@v3
3537
with:
3638
node-version: ${{ matrix.node-version }}

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ jobs:
2222
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
2323
fetch-depth: 0
2424
- uses: pnpm/[email protected]
25+
with:
26+
version: 9
2527
- name: Setup Node.js
2628
uses: actions/setup-node@v3
2729
with:

0 commit comments

Comments
 (0)