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.
2 parents 4092113 + 1622c1c commit c9c2912Copy full SHA for c9c2912
.github/workflows/main.yml
@@ -17,7 +17,7 @@ jobs:
17
steps:
18
- uses: actions/checkout@v2
19
- name: Run tests with ${{ matrix.node-version }}
20
- uses: actions/setup-node@v2.1.2
+ uses: actions/setup-node@v2.1.4
21
with:
22
node-version: ${{ matrix.node-version }}
23
- name: yarn install, and test
0 commit comments