Skip to content

Commit 154331b

Browse files
committed
ci: use pnpm/action-setup v4 and pnpm v10
1 parent 5e04b58 commit 154331b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- uses: actions/checkout@v4
15-
- uses: pnpm/action-setup@v2
15+
- uses: pnpm/action-setup@v4
1616
with:
17-
version: 8
17+
version: 10
1818
- run: pnpm install
1919
- run: pnpm lint
2020
- run: pnpm test
@@ -26,9 +26,9 @@ jobs:
2626
if: github.event_name == 'release'
2727
steps:
2828
- uses: actions/checkout@v4
29-
- uses: pnpm/action-setup@v2
29+
- uses: pnpm/action-setup@v4
3030
with:
31-
version: 8
31+
version: 10
3232
- run: pnpm install
3333
- run: pnpm build
3434
- name: Publish to npm

0 commit comments

Comments
 (0)