diff options
author | crupest <crupest@outlook.com> | 2023-07-10 18:42:06 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2023-07-10 18:42:06 +0800 |
commit | 5b95b749843c83e2ada47831fb9b7007c2f6187b (patch) | |
tree | 793a434228565beaf8b8cfdefded4b500f289e4f /.github | |
parent | d8959bc897ccadb3083f59f31fc041b42f1b9466 (diff) | |
download | timeline-5b95b749843c83e2ada47831fb9b7007c2f6187b.tar.gz timeline-5b95b749843c83e2ada47831fb9b7007c2f6187b.tar.bz2 timeline-5b95b749843c83e2ada47831fb9b7007c2f6187b.zip |
Upgrade pnpm in ci.
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/front-ci.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/front-ci.yaml b/.github/workflows/front-ci.yaml index 18282058..d7c09dd5 100644 --- a/.github/workflows/front-ci.yaml +++ b/.github/workflows/front-ci.yaml @@ -24,7 +24,7 @@ jobs: - uses: pnpm/action-setup@v2
with:
- version: 7
+ version: 8
- name: Use Node.js Latest
uses: actions/setup-node@v3
|