Skip to content
This repository was archived by the owner on Oct 18, 2023. It is now read-only.

Commit f803650

Browse files
committed
ci: pnpm v8
1 parent 4a941ec commit f803650

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
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.2.2
23+
uses: pnpm/action-setup@v2
2424
with:
25-
version: 7
25+
version: 8
2626
run_install: true
2727

2828
- name: Lint

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ jobs:
1919
node-version-file: '.nvmrc'
2020

2121
- name: Setup pnpm
22-
uses: pnpm/action-setup@v2.2.2
22+
uses: pnpm/action-setup@v2
2323
with:
24-
version: 7
24+
version: 8
2525
run_install: true
2626

2727
- name: Lint

0 commit comments

Comments
 (0)