Skip to content

Commit 9729d4f

Browse files
authored
Update .github/actions/deps-setup/action.yml
1 parent 1e110b8 commit 9729d4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/deps-setup/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ inputs:
77
runs:
88
using: composite
99
steps:
10-
- name: Setup Node.js and yarn v4
10+
- name: Setup Node.js
1111
uses: actions/setup-node@v4
1212
with:
1313
node-version: '20.x'

0 commit comments

Comments
 (0)