Skip to content

Commit

Permalink
chore(actions): Fix installing node dependencies in actions, fix node…
Browse files Browse the repository at this point in the history
… version.
  • Loading branch information
Ayfri committed Feb 18, 2024
1 parent 9e28e0a commit 173aa0c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/documentation-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

- name: Install Dependencies
run: |
npm ci
npm i
- name: Install source Dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/documentation-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: 14
node-version: 20

- name: Install Dependencies
run: |
Expand Down

0 comments on commit 173aa0c

Please sign in to comment.