Skip to content

Commit d8355d0

Browse files
authored
Update continuous-integration-workflow.yml
1 parent e29e3cf commit d8355d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/continuous-integration-workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ jobs:
1818
- name: Add Azure artifact
1919
run: dotnet nuget add source 'https://pkgs.dev.azure.com/e-LfH/_packaging/LearningHubFeed/nuget/v3/index.json' --name 'LearningHubFeed' --username 'kevin.whittaker' --password ${{ secrets.AZURE_DEVOPS_PAT }} --store-password-in-clear-text
2020

21-
- name: Use Node 12.19 with Yarn
21+
- name: Use Node 20 with Yarn
2222
uses: actions/setup-node@v4
2323
with:
24-
node-version: '18'
24+
node-version: '20'
2525
cache: 'npm'
2626

2727
- name: Upgrade npm to the latest version

0 commit comments

Comments
 (0)