Skip to content

Commit

Permalink
Add working directory to GH action node setup
Browse files Browse the repository at this point in the history
  • Loading branch information
bglw committed Aug 2, 2021
1 parent 20f09fa commit a0862b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test-node.yml
Expand Up @@ -21,6 +21,7 @@ jobs:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
working-directory: ${{ env.cwd }}
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
Expand Down

0 comments on commit a0862b6

Please sign in to comment.