Skip to content

Commit 653ab5e

Browse files
authored
Merge pull request #2137 from TechnologyEnhancedLearning/Develop/Fixes/TD-2500_update_ci_to_use_windows_latest
TD-2500 update ci to use windows latest
2 parents 9505f9d + 15e614d commit 653ab5e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on: [push]
33
jobs:
44
build:
55
name: Build and test
6-
runs-on: ubuntu-latest
6+
runs-on: windows-latest
77
steps:
88
- uses: actions/checkout@v3
99

DigitalLearningSolutions.Web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"build": "run-p build:*",
1212
"build:sass": "yarn sass --quiet",
1313
"build:webpack": "webpack",
14-
"lint": "eslint ./*.js ./Scripts/**/*.ts",
14+
"lint": "eslint --fix ./*.js ./Scripts/**/*.ts",
1515
"lint-fix": "eslint --fix ./*.js ./Scripts/**/*.ts",
1616
"dev": "run-p dev:*",
1717
"dev:sass": "yarn sass --watch --quiet",

0 commit comments

Comments
 (0)