Skip to content

Commit

Permalink
ci: bump version to fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
SrIzan10 committed Dec 1, 2024
1 parent 2b79289 commit ca4db5c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:

- uses: actions/setup-node@v2
with:
node-version: '21'
cache: 'npm'
node-version: '20'
cache: 'yarn'

- uses: oleksiyrudenko/gha-git-credentials@v2-latest
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: '18'
node-version: '20'
cache: 'yarn'

- name: Install dependencies
Expand Down

0 comments on commit ca4db5c

Please sign in to comment.