mirror of
https://github.com/tiddly-gittly/TidGi-Desktop.git
synced 2026-01-16 14:21:06 -08:00
fix: use pnpm v9 in CI
This commit is contained in:
parent
012076cb70
commit
ca6677f335
1 changed files with 3 additions and 3 deletions
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
|
|
@ -42,7 +42,7 @@ jobs:
|
|||
node-version: 20
|
||||
- uses: pnpm/action-setup@v2
|
||||
with:
|
||||
version: 8.5.1
|
||||
version: 9
|
||||
- name: Get pnpm store directory
|
||||
id: pnpm-cache
|
||||
shell: bash
|
||||
|
|
@ -120,7 +120,7 @@ jobs:
|
|||
node-version: 20
|
||||
- uses: pnpm/action-setup@v2
|
||||
with:
|
||||
version: 8.5.1
|
||||
version: 9
|
||||
|
||||
- name: Get pnpm store directory
|
||||
id: pnpm-cache
|
||||
|
|
@ -197,7 +197,7 @@ jobs:
|
|||
node-version: 20
|
||||
- uses: pnpm/action-setup@v2
|
||||
with:
|
||||
version: 8.5.1
|
||||
version: 9
|
||||
- name: Get pnpm store directory
|
||||
id: pnpm-cache
|
||||
shell: bash
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue