Skip to content

Commit 8cea0c7

Browse files
authored
Merge pull request #1022 from TechnologyEnhancedLearning/Automatic_version_update_dependabot
Merge Automatic version update dependabot branch to RC
2 parents 30b7e00 + f736a20 commit 8cea0c7

File tree

6 files changed

+317
-235
lines changed

6 files changed

+317
-235
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)