Skip to content

Commit e0889b1

Browse files
committed
chore: Update pnpm version to 9.9.0 in GitHub workflows
1 parent 8350b67 commit e0889b1

4 files changed

+4
-7
lines changed

.github/workflows/autofix.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Setup pnpm
2222
uses: pnpm/action-setup@v4
2323
with:
24-
version: 9.8.0
24+
version: 9.9.0
2525

2626
- name: Setup Node.js
2727
uses: actions/setup-node@v4

.github/workflows/changeset--release-and-publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Setup pnpm
2828
uses: pnpm/action-setup@v4
2929
with:
30-
version: 9.8.0
30+
version: 9.9.0
3131

3232
- name: Setup Node.js 20.x
3333
uses: actions/setup-node@v4

.github/workflows/size-limit.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Setup pnpm
2222
uses: pnpm/action-setup@v4
2323
with:
24-
version: 9.8.0
24+
version: 9.9.0
2525

2626
- name: Setup Node.js
2727
uses: actions/setup-node@v4

.github/workflows/test--release-and-publish.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ on:
55
branches: main
66
tags: ["!**"]
77

8-
98
concurrency: ${{ github.workflow }}-${{ github.ref }}
109

1110
jobs:
@@ -23,7 +22,7 @@ jobs:
2322
- name: Setup pnpm
2423
uses: pnpm/action-setup@v4
2524
with:
26-
version: 9.8.0
25+
version: 9.9.0
2726

2827
- name: Setup Node.js 20.x
2928
uses: actions/setup-node@v4
@@ -38,5 +37,3 @@ jobs:
3837
3938
- name: Deploy and test release via pkg.pr.new
4039
run: pnpm test:release
41-
42-

0 commit comments

Comments
 (0)