mirror of
https://github.com/mistricky/codesnap.nvim.git
synced 2025-01-13 20:37:30 -08:00
[Feat] add working directory to setup stage
This commit is contained in:
parent
4fcc544195
commit
c8a66c60df
1 changed files with 1 additions and 0 deletions
1
.github/workflows/pack.yaml
vendored
1
.github/workflows/pack.yaml
vendored
|
@ -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 a new issue