chore: Upgrade Node.js to v22.x in GitHub workflow

This commit is contained in:
Shibo Lyu 2025-05-21 01:36:14 +08:00
parent a9b13b2932
commit dc6ba6abd8

View file

@ -20,7 +20,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: "20.x"
node-version: "22.x"
registry-url: "https://registry.npmjs.org"
- name: Checkout repo
uses: actions/checkout@v4