Update .github/workflows/build.yml

This commit is contained in:
2026-08-21 23:50:56 +00:00
parent 0ae2054597
commit b2818e5536
+1 -1
View File
@@ -16,7 +16,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: "20" # match the version your project targets
node-version: "22" # match the version your project targets
- name: Install pnpm
run: npm install -g pnpm