1
0
mirror of https://github.com/ZeroCatDev/Classworks.git synced 2026-08-12 17:40:32 +00:00

update node

This commit is contained in:
Sunwuyuan 2026-06-28 14:28:31 +08:00
parent 664157587e
commit 2f8bc65bbb
No known key found for this signature in database
GPG Key ID: A6A54CF66F56BB64

View File

@ -42,10 +42,10 @@ jobs:
- name: Enable Corepack - name: Enable Corepack
run: corepack enable run: corepack enable
- name: Use Node.js 20 - name: Use Node.js 24
uses: actions/setup-node@v4 uses: actions/setup-node@v4
with: with:
node-version: "20.x" node-version: "24.x"
cache: pnpm cache: pnpm
- name: Install dependencies - name: Install dependencies