🎨 Upgrade cd node version

This commit is contained in:
Daniel 2024-04-29 17:29:30 +08:00
parent c8396b986d
commit 087a1cf0b5
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

View file

@ -168,7 +168,7 @@ jobs:
- name: Set up Node
uses: actions/setup-node@v4
with:
node-version: 20
node-version: 22
- name: Install Node pnpm
run: npm install -g ${{ needs.create_release.outputs.packageManager }}