Skip to content

Commit 77690af

Browse files
committed
Update install action
1 parent 681e131 commit 77690af

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/actions/install/action.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,12 @@ runs:
77
- name: Setup pnpm
88
uses: pnpm/action-setup@v4
99
with:
10-
version: 9
11-
run_install: false
10+
version: 10
1211

1312
- name: Setup Node.js
14-
uses: actions/setup-node@v4
13+
uses: actions/setup-node@v6
1514
with:
16-
node-version: 20
15+
node-version: 24
1716
cache: pnpm
1817

1918
- name: Install dependencies

0 commit comments

Comments
 (0)