Skip to content

Commit 778e540

Browse files
committed
👷 ci(build): set node and pnpm versions
1 parent 9f939c7 commit 778e540

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ jobs:
2020
- uses: pnpm/action-setup@v4
2121
name: Install pnpm
2222
with:
23-
version: 9
23+
version: 9.12.0
2424
run_install: false
2525

2626
- name: Install Node.js
2727
uses: actions/setup-node@v4
2828
with:
29-
node-version: 20
29+
node-version: 20.18.0
3030
cache: 'pnpm'
3131

3232
- name: Install dependencies

0 commit comments

Comments
 (0)