mirror of
https://github.com/Sarsoo/Spotify.NET.git
synced 2024-12-23 06:36:26 +00:00
fix build: setup pnpm, update image tags and ignore out of date warning for SDK versions
This commit is contained in:
parent
74a0f266b7
commit
a2f434968a
8
.github/workflows/cicd.yaml
vendored
8
.github/workflows/cicd.yaml
vendored
@ -9,14 +9,14 @@ jobs:
|
||||
runs-on: ubuntu-20.04
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
- uses: actions/setup-dotnet@v1
|
||||
uses: actions/checkout@v4
|
||||
- uses: actions/setup-dotnet@v3
|
||||
with:
|
||||
dotnet-version: "5.x"
|
||||
- uses: actions/setup-dotnet@v1
|
||||
- uses: actions/setup-dotnet@v3
|
||||
with:
|
||||
dotnet-version: "6.x"
|
||||
- uses: actions/setup-dotnet@v1
|
||||
- uses: actions/setup-dotnet@v3
|
||||
with:
|
||||
dotnet-version: "7.0.203"
|
||||
- name: Set RELEASE_VERSION
|
||||
|
6
.github/workflows/docs.yaml
vendored
6
.github/workflows/docs.yaml
vendored
@ -14,7 +14,11 @@ jobs:
|
||||
- name: Use Node.JS
|
||||
uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: 18.12.1
|
||||
node-version: v20.9.0
|
||||
cache: "pnpm"
|
||||
- uses: pnpm/action-setup@v2
|
||||
with:
|
||||
version: 8
|
||||
- name: Setup GitHub Deploy SSH Key
|
||||
uses: webfactory/ssh-agent@v0.4.1
|
||||
with:
|
||||
|
@ -23,6 +23,7 @@
|
||||
<GenerateDocumentationFile>true</GenerateDocumentationFile>
|
||||
<EmbedUntrackedSources>true</EmbedUntrackedSources>
|
||||
<NoWarn>1591</NoWarn>
|
||||
<CheckEolTargetFramework>false</CheckEolTargetFramework>
|
||||
</PropertyGroup>
|
||||
|
||||
<PropertyGroup Condition="'$(APPVEYOR)' == 'true'">
|
||||
|
@ -24,6 +24,7 @@
|
||||
<GenerateDocumentationFile>true</GenerateDocumentationFile>
|
||||
<EmbedUntrackedSources>true</EmbedUntrackedSources>
|
||||
<NoWarn>1591</NoWarn>
|
||||
<CheckEolTargetFramework>false</CheckEolTargetFramework>
|
||||
</PropertyGroup>
|
||||
|
||||
<PropertyGroup Condition="'$(GITHUB_ACTIONS)' == 'true'">
|
||||
|
Loading…
Reference in New Issue
Block a user