[Feat] add working directory to setup stage

pull/23/head
Mist 2024-02-24 19:46:35 +08:00
parent 4fcc544195
commit c8a66c60df
No known key found for this signature in database
GPG Key ID: B6B08DB7604B8628
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ jobs:
steps: steps:
- name: Setup nodejs - name: Setup nodejs
uses: actions/setup-node@v4 uses: actions/setup-node@v4
working-directory: snap-client
with: with:
node-version: 20 node-version: 20
cache: npm cache: npm