Skip to content

Commit 0757439

Browse files
committed
CI: update build.yml for different version
1 parent bd79476 commit 0757439

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ jobs:
2121
- name: Install pnpm
2222
uses: pnpm/action-setup@v4
2323
with:
24-
version: 6.15.1
24+
version: latest
2525

26-
- name: Use Node.js 20.x
26+
- name: Use Node.js 18.x
2727
uses: actions/setup-node@v4
2828
with:
29-
node-version: 20.x
29+
node-version: 18.x
3030
registry-url: https://registry.npmjs.org/
3131
cache: "pnpm"
3232

0 commit comments

Comments
 (0)