Skip to content

Commit

Permalink
[C] Update node version on gh-release action
Browse files Browse the repository at this point in the history
  • Loading branch information
jen-castiron committed Nov 7, 2024
1 parent f636e04 commit 5a58f9f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "21.x"
node-version-file: "package.json"
cache: "yarn"
- name: Add key to allow access to repository
env:
SSH_AUTH_SOCK: /tmp/ssh_agent.sock
Expand Down

0 comments on commit 5a58f9f

Please sign in to comment.