Skip to content

Commit

Permalink
add working directory to node setup and yarn install
Browse files Browse the repository at this point in the history
  • Loading branch information
Charles-Schleich committed Sep 5, 2024
1 parent 601e74f commit 6f8ce0a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,14 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v4
working-directory: zenoh-ts
with:
node-version: 20
registry-url: https://npm.pkg.github.com/

- name: Run install
uses: borales/actions-yarn@v4
working-directory: zenoh-ts
with:
cmd: install

Expand Down

0 comments on commit 6f8ce0a

Please sign in to comment.