chore: improve the front-end infrastructure (#14)

This commit is contained in:
Ryan Wang
2023-06-12 10:49:38 +08:00
committed by GitHub
parent a9735da1f6
commit 0dc49191a1
10 changed files with 770 additions and 842 deletions

View File

@@ -23,12 +23,12 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
- uses: pnpm/action-setup@v2.0.1
name: Install pnpm
id: pnpm-install
with:
version: 7
version: 8
run_install: false
- name: Get pnpm store directory
id: pnpm-cache