Skip to content

Commit

Permalink
chore(documentation): Update README Files to Reflect Node.js 22 Upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
kruplm committed Jan 24, 2025
1 parent 49298aa commit 48d5eb5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Accessing them can be done via the vars object.
| Variable | Description | Example value |
| -------------- | ------------------------------------------------------- | ------------- |
| DOTNET_VERSION | The version of dotnet to load with actions/setup-dotnet | 6.0.x |
| NODE_VERSION | The version of node.js to load with actions/setup-node | 18.x |
| NODE_VERSION | The version of node.js to load with actions/setup-node | 20.x |

# Workflows
## continous-integration.yml
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ It supports desktop and web applications in order to provide an evergreen altern

# Development Setup
## Prerequisites
* Node.js 18
* Node.js 22
* .NET 6 (SDK 6.0.x, Desktop Runtime 6.0.x)
* Visual Studio 2022 Community Edition

Expand Down

0 comments on commit 48d5eb5

Please sign in to comment.