CI: Enable pnpm cache and bump Node.js to 24

This commit is contained in:
Meow
2026-08-06 03:10:02 +08:00
parent 5004430398
commit e0734b9923
+6 -5
View File
@@ -16,16 +16,17 @@ jobs:
with:
fetch-depth: 0
- name: Setup Node.js
uses: actions/setup-node@v7
with:
node-version: 22
- name: Install pnpm
uses: pnpm/action-setup@v6.0.9
with:
version: 11.20.0
- name: Setup Node.js
uses: actions/setup-node@v7
with:
node-version: 24
cache: pnpm
- name: Install dependencies
run: pnpm install --frozen-lockfile