Update .github/workflows/build.yml
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user