📦 Chore(custom): update workflow

This commit is contained in:
Kuingsmile
2025-12-30 15:31:12 +08:00
parent a4c9237097
commit 391c52b160

View File

@@ -27,7 +27,7 @@ jobs:
git config --global core.autocrlf false git config --global core.autocrlf false
- name: Check out git repository - name: Check out git repository
uses: actions/checkout@v4 uses: actions/checkout@v6
# step2: sign # step2: sign
- name: Install the Apple certificates - name: Install the Apple certificates
@@ -38,7 +38,7 @@ jobs:
# step3: install node env # step3: install node env
- name: Install Node.js - name: Install Node.js
uses: actions/setup-node@v4 uses: actions/setup-node@v6
with: with:
node-version: '22.x' node-version: '22.x'