Skip to content

Commit c09a554

Browse files
authored
See if setting up node fixes CI bootsrap error
eg https://github.com/github/opensource.guide/runs/408831573#step:4:216
1 parent 7f83c5e commit c09a554

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ jobs:
1313
- name: Set up Ruby
1414
uses: actions/setup-ruby@v1
1515

16+
- name: Set up Node
17+
uses: actions/setup-node@v1
18+
1619
- name: Bootstrap
1720
run: script/bootstrap
1821

0 commit comments

Comments
 (0)