Skip to content

Commit 3da490e

Browse files
committed
list not versions
1 parent c283c17 commit 3da490e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/node.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
run: yarn install
3535

3636
- name: Show Installed Versions
37-
run: yarn versions --depth=0
37+
run: yarn list --depth=0
3838

3939
- name: Run Tests
4040
run: yarn test
@@ -69,7 +69,7 @@ jobs:
6969
if: matrix.node-versions == 10
7070

7171
- name: Show Installed Versions
72-
run: yarn versions --depth=0
72+
run: yarn list --depth=0
7373

7474
- name: Run Tests
7575
run: yarn test
@@ -101,7 +101,7 @@ jobs:
101101
if: matrix.node-versions == 10
102102

103103
- name: Show Installed Versions
104-
run: yarn versions --depth=0
104+
run: yarn list --depth=0
105105

106106
- name: Run Tests
107107
run: yarn test

0 commit comments

Comments
 (0)