diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2218216..566307c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,12 +26,12 @@ jobs: if: needs.can_document.outputs.value == 'true' steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v5 - name: Use Node.js - uses: actions/setup-node@v1 + uses: actions/setup-node@v5 with: - node-version: "14.x" + node-version: "20.x" registry-url: 'https://registry.npmjs.org' - name: Install Dependencies @@ -48,14 +48,12 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v5 - - uses: actions/setup-dotnet@v1 + - uses: actions/setup-dotnet@v5 with: dotnet-version: | - 6.0.x - 7.0.x - 8.0.x + 10.0.x - name: Build run: ./build.sh @@ -64,14 +62,12 @@ jobs: runs-on: windows-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v5 - - uses: actions/setup-dotnet@v1 + - uses: actions/setup-dotnet@v5 with: dotnet-version: | - 6.0.x - 7.0.x - 8.0.x + 10.0.x - name: Build run: | diff --git a/nuke/_build.csproj b/nuke/_build.csproj index 3258f31..a6d62f7 100644 --- a/nuke/_build.csproj +++ b/nuke/_build.csproj @@ -2,7 +2,7 @@ Exe - net8.0 + net10.0 CS0649;CS0169 .. @@ -11,7 +11,7 @@ - +