Skip to content

Commit

Permalink
Per GitHub requirement. NodeJS 16 and 18 are deprecated. Moving to No…
Browse files Browse the repository at this point in the history
…deJS version 20 per recommendation in GitHub for document (Docusaurus) publishing actions. Iteration 3.
  • Loading branch information
brdeyo committed Jun 14, 2024
1 parent 25bbf39 commit 4823ad2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
node-version: 18
cache: yarn
cache-dependency-path: website/yarn.lock

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
node-version: 18
cache: yarn
cache-dependency-path: website/yarn.lock

Expand Down

0 comments on commit 4823ad2

Please sign in to comment.