Skip to content

Commit 052eb14

Browse files
committed
chore(ci): Update release workflow
1 parent 9a90510 commit 052eb14

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -15,22 +15,22 @@ jobs:
1515
strategy:
1616
matrix:
1717
node-version: [20]
18-
pnpm-version: [8.11]
18+
pnpm-version: [9.4]
1919
steps:
2020
- name: Checkout Repo
21-
uses: actions/checkout@v3
21+
uses: actions/checkout@v4
2222
with:
2323
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
2424
fetch-depth: 0
2525
submodules: true
2626

2727
- name: Set up pnpm action ${{ matrix.pnpm-version }}
28-
uses: pnpm/action-setup@v2
28+
uses: pnpm/action-setup@v4
2929
with:
3030
version: ${{ matrix.pnpm-version }}
3131

3232
- name: Set up Node ${{ matrix.node-version }}
33-
uses: actions/setup-node@v3
33+
uses: actions/setup-node@v4
3434
with:
3535
cache: 'pnpm'
3636
node-version: ${{ matrix.node-version }}

0 commit comments

Comments
 (0)