We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f1306c commit e2226e0Copy full SHA for e2226e0
.github/workflows/release.yml
@@ -12,9 +12,9 @@ jobs:
12
- name: Prepare repository
13
run: git fetch --unshallow --tags
14
15
- - uses: pnpm/action-setup@v3
+ - uses: pnpm/action-setup@v4
16
with:
17
- version: 8
+ version: 9
18
run_install: true
19
20
- name: Create Release
.github/workflows/test.yml
@@ -9,9 +9,9 @@ jobs:
9
- uses: actions/checkout@v2
10
11
- name: Run tests
0 commit comments