mirror of
https://github.com/mistricky/codesnap.nvim.git
synced 2025-01-14 04:47: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:
|
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
|
||||||
|
|
Loading…
Reference in a new issue