We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c283c17 commit 3da490eCopy full SHA for 3da490e
.github/workflows/node.yml
@@ -34,7 +34,7 @@ jobs:
34
run: yarn install
35
36
- name: Show Installed Versions
37
- run: yarn versions --depth=0
+ run: yarn list --depth=0
38
39
- name: Run Tests
40
run: yarn test
@@ -69,7 +69,7 @@ jobs:
69
if: matrix.node-versions == 10
70
71
72
73
74
75
@@ -101,7 +101,7 @@ jobs:
101
102
103
104
105
106
107
0 commit comments