Skip to content

Commit c307985

Browse files
committed
Comment out nodejs setup
1 parent 1e1e36e commit c307985

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/testing.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ jobs:
3535
with:
3636
go-version: 1.13
3737

38-
- name: Setup node.js for tests
39-
uses: actions/setup-node@v2
40-
with:
41-
node-version: 10.19.0
38+
# - name: Setup node.js for tests
39+
# uses: actions/setup-node@v2
40+
# with:
41+
# node-version: 10.19.0
4242

4343
- name: Run base tests
4444
run: |

0 commit comments

Comments
 (0)