We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e06f3f commit 00f9f1fCopy full SHA for 00f9f1f
.github/workflows/release.yml
@@ -20,9 +20,9 @@ jobs:
20
node-version-file: .nvmrc
21
22
- name: Setup pnpm
23
- uses: pnpm/action-setup@v2
+ uses: pnpm/action-setup@v3
24
with:
25
- version: 8
+ version: 9
26
run_install: true
27
28
- name: Lint
.github/workflows/test.yml
@@ -22,9 +22,9 @@ jobs:
29
- name: Get pnpm store directory
30
shell: bash
0 commit comments