Skip to content

Commit 00f9f1f

Browse files
committed
ci: use pnpm 9
1 parent 0e06f3f commit 00f9f1f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ jobs:
2020
node-version-file: .nvmrc
2121

2222
- name: Setup pnpm
23-
uses: pnpm/action-setup@v2
23+
uses: pnpm/action-setup@v3
2424
with:
25-
version: 8
25+
version: 9
2626
run_install: true
2727

2828
- name: Lint

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ jobs:
2222
node-version-file: .nvmrc
2323

2424
- name: Setup pnpm
25-
uses: pnpm/action-setup@v2
25+
uses: pnpm/action-setup@v3
2626
with:
27-
version: 8
27+
version: 9
2828

2929
- name: Get pnpm store directory
3030
shell: bash

0 commit comments

Comments
 (0)