Skip to content

Commit

Permalink
Merge pull request #693 from HSF/main-minor-tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
EdwardMoyse authored Nov 8, 2024
2 parents 7645aa1 + a62bc63 commit e5b433b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:

strategy:
matrix:
node-version: [18.x]
node-version: [20.x]

steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
npm run test:ci
#npm run test:ci

yarn lint-staged
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ export class IOOptionsDialogComponent implements OnInit {

private getJiveXMLLoader(): JiveXMLLoader {
if (
this.eventDisplay.configuration.eventDataLoader instanceof JiveXMLLoader
this.eventDisplay?.configuration?.eventDataLoader instanceof JiveXMLLoader
) {
return this.eventDisplay.configuration.eventDataLoader as JiveXMLLoader;
} else {
Expand Down

0 comments on commit e5b433b

Please sign in to comment.