From d4deee2b38b1e66c44367a82f89443a13c888ab3 Mon Sep 17 00:00:00 2001 From: Daniel <3842788+dscpinheiro@users.noreply.github.com> Date: Sun, 11 Feb 2024 18:42:05 -0500 Subject: [PATCH] refactor: Update Node and .NET versions --- .github/workflows/main.yml | 4 ++-- NameGenerator/NameGenerator.csproj | 2 +- Playground/Playground.csproj | 2 +- RandomGen/RandomGen.csproj | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a19ce8c..b54ed62 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -18,7 +18,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v3 with: - dotnet-version: 7.0.x + dotnet-version: 8.0.x - name: Build run: dotnet build ${{ matrix.project }} @@ -34,7 +34,7 @@ jobs: - name: Set up Node.js uses: actions/setup-node@v3 with: - node-version: 18 + node-version: 20 cache: npm cache-dependency-path: ${{ matrix.project }}/package-lock.json diff --git a/NameGenerator/NameGenerator.csproj b/NameGenerator/NameGenerator.csproj index c8b1c72..64e34a8 100644 --- a/NameGenerator/NameGenerator.csproj +++ b/NameGenerator/NameGenerator.csproj @@ -1,7 +1,7 @@ Exe - net7.0 + net8.0 enable enable diff --git a/Playground/Playground.csproj b/Playground/Playground.csproj index 503b03e..808da4e 100644 --- a/Playground/Playground.csproj +++ b/Playground/Playground.csproj @@ -1,7 +1,7 @@ Exe - net7.0 + net8.0 enable enable diff --git a/RandomGen/RandomGen.csproj b/RandomGen/RandomGen.csproj index 2f980a5..dfc5bd5 100644 --- a/RandomGen/RandomGen.csproj +++ b/RandomGen/RandomGen.csproj @@ -1,7 +1,7 @@ Exe - net7.0 + net8.0 enable enable