Skip to content

Commit 4e080da

Browse files
committed
Update node.yml in CI
1 parent f84d170 commit 4e080da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ jobs:
4343
steps:
4444
- uses: actions/checkout@v2
4545
- name: Use Node.js ${{ matrix.node-version }}
46-
working-directory: ${{ env.working_directory }}
4746
uses: actions/setup-node@v1
4847
with:
4948
node-version: ${{ matrix.node-version }}
49+
working-directory: ${{ env.working_directory }}
5050
- run: yarn
5151
- run: yarn test

0 commit comments

Comments
 (0)