mirror of
https://github.com/HangarMC/Hangar.git
synced 2025-02-17 15:01:42 +08:00
chore: also update pnpm in workflows
This commit is contained in:
parent
cb0d7f1c56
commit
9598b3b1e2
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
@ -54,7 +54,7 @@ jobs:
|
||||
- name: Set up pnpm
|
||||
uses: pnpm/action-setup@v2
|
||||
with:
|
||||
version: 8
|
||||
version: 9
|
||||
|
||||
- name: Get pnpm store directory
|
||||
id: pnpm-cache
|
||||
|
2
.github/workflows/frontend_build.yml
vendored
2
.github/workflows/frontend_build.yml
vendored
@ -30,7 +30,7 @@ jobs:
|
||||
- name: Set up pnpm
|
||||
uses: pnpm/action-setup@v2
|
||||
with:
|
||||
version: 8
|
||||
version: 9
|
||||
|
||||
- name: Get pnpm store directory
|
||||
id: pnpm-cache
|
||||
|
Loading…
Reference in New Issue
Block a user