forked from mirror/codesnap.nvim
[Feat] add working directory to setup stage
parent
4fcc544195
commit
c8a66c60df
|
@ -11,6 +11,7 @@ jobs:
|
|||
steps:
|
||||
- name: Setup nodejs
|
||||
uses: actions/setup-node@v4
|
||||
working-directory: snap-client
|
||||
with:
|
||||
node-version: 20
|
||||
cache: npm
|
||||
|
|
Loading…
Reference in New Issue