diff --git a/.github/workflows/nuget_release.yml b/.github/workflows/nuget_release.yml index 49888f5..54a5fa3 100644 --- a/.github/workflows/nuget_release.yml +++ b/.github/workflows/nuget_release.yml @@ -14,7 +14,7 @@ permissions: {} env: DOTNET_VERSION: '10.0.x' - NODE_VERSION: '20' + NODE_VERSION: '22' jobs: # ---------------------------------------------------------------------------