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 f84d170 commit 4e080daCopy full SHA for 4e080da
.github/workflows/node.js.yml
@@ -43,9 +43,9 @@ jobs:
43
steps:
44
- uses: actions/checkout@v2
45
- name: Use Node.js ${{ matrix.node-version }}
46
- working-directory: ${{ env.working_directory }}
47
uses: actions/setup-node@v1
48
with:
49
node-version: ${{ matrix.node-version }}
+ working-directory: ${{ env.working_directory }}
50
- run: yarn
51
- run: yarn test
0 commit comments