Skip to content

Commit 85f722f

Browse files
committed
Install javascript dependencies
1 parent 57471f9 commit 85f722f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: .github/actions/setup-action/action.yml

+2
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,5 @@ runs:
88
with:
99
ruby-version: "3.3"
1010
bundler-cache: true
11+
- name: Install npm and JS dependencies
12+
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)