BLOG-58 fix: workflow node version
Some checks failed
PR Title Check / pr-title-check (pull_request) Successful in 17s
Frontend CI / build (push) Failing after 53s

This commit is contained in:
SquidSpirit 2025-07-23 05:23:29 +08:00
parent eb4b2f4d6a
commit cefdc94e03

View File

@ -21,7 +21,7 @@ jobs:
- name: Install node.js - name: Install node.js
uses: actions/setup-node@v4 uses: actions/setup-node@v4
with: with:
node-version: 20 node-version: 22
cache: "pnpm" cache: "pnpm"
cache-dependency-path: frontend/pnpm-lock.yaml cache-dependency-path: frontend/pnpm-lock.yaml