Skip to content

Commit

Permalink
fix: ci path for node
Browse files Browse the repository at this point in the history
  • Loading branch information
JayGhiya committed Oct 4, 2024
1 parent d3f455a commit 8eb3f28
Show file tree
Hide file tree
Showing 2 changed files with 207 additions and 115 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/docs_deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,15 @@ jobs:
- uses: actions/checkout@v3

- name: Setup Node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: '18'
cache: yarn
cache-dependency-path: '**/yarn.lock'

- name: Get yarn cache
id: yarn-cache
working-directory: code-confluence
run: echo "YARN_CACHE_DIR=$(yarn cache dir)" >> "${GITHUB_OUTPUT}"

- name: Cache dependencies
Expand Down
Loading

0 comments on commit 8eb3f28

Please sign in to comment.