ci: bump Node.js to 20.x for Wrangler v4 compatibility

This commit is contained in:
Haitao Pan 2025-06-19 09:36:08 +08:00
parent a40471fec9
commit dfb09c9827

View File

@ -25,7 +25,7 @@ jobs:
- name: 🧰 Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 18
node-version: '20.x'
- name: 📥 Install dependencies
run: yarn install --frozen-lockfile