Skip to content

Commit

Permalink
specify working directory
Browse files Browse the repository at this point in the history
  • Loading branch information
schristley committed Oct 17, 2024
1 parent 2a5446f commit 659c81e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ jobs:

runs-on: ubuntu-latest

defaults:
run:
working-directory: lang/js

strategy:
matrix:
node-version: [18.x, 20.x, 22.x]
Expand Down

0 comments on commit 659c81e

Please sign in to comment.