Skip to content

Commit

Permalink
[Feat] add working directory to setup stage
Browse files Browse the repository at this point in the history
  • Loading branch information
mistricky committed Feb 24, 2024
1 parent 4fcc544 commit c8a66c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
steps:
- name: Setup nodejs
uses: actions/setup-node@v4
working-directory: snap-client
with:
node-version: 20
cache: npm
Expand Down

0 comments on commit c8a66c6

Please sign in to comment.