Skip to content

Commit

Permalink
Update github test action (#3247)
Browse files Browse the repository at this point in the history
... add node 21 to the tests and also update dependencies
  • Loading branch information
rejas authored Oct 23, 2023
1 parent 6815dfa commit f80889d
Show file tree
Hide file tree
Showing 6 changed files with 160 additions and 125 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/automated-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ jobs:
timeout-minutes: 30
strategy:
matrix:
node-version: [18.x, 20.x]
node-version: [18.x, 20.x, 21.x]
steps:
- name: "Checkout code"
uses: actions/checkout@v4
- name: "Use Node.js ${{ matrix.node-version }}"
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: "npm"
Expand Down
8 changes: 5 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,15 @@ _This release is scheduled to be released on 2024-01-01._

### Added

- Added node 21 to the test matrix

### Removed

- Removed Codecov workflow (not working anymore, other workflow required) (#3107)

### Updated

- Update electron to v27 and update other dependencies
- Update electron to v27 and update other dependencies as well as github actions

### Fixed

Expand Down Expand Up @@ -60,7 +62,7 @@ Special thanks to @khassel, @rejas and @sdetweil for taking over most (if not al
- Update issue template
- Update dev/dependencies incl. electron to v26
- Replace pretty-quick by lint-staged (<https://github.com/azz/pretty-quick/issues/164>)
- Update engine node >=18. v16 reached it's end of life. (#3170)
- Update engine node >=18. v16 reached its end of life. (#3170)
- Update typescript definition for modules
- Cleaned up nunjuck templates
- Replace `node-fetch` with internal fetch (#2649) and remove `digest-fetch`
Expand All @@ -73,7 +75,7 @@ Special thanks to @khassel, @rejas and @sdetweil for taking over most (if not al
- Fix engine check on npm install (#3135)
- Fix undefined formatTime method in clock module (#3143)
- Fix clientonly startup fails after async added (#3151)
- Fix electron width/heigth when using xrandr under bullseye
- Fix electron width/height when using xrandr under bullseye
- Fix time issue with certain recurring events in calendar module
- Fix ipWhiteList test (#3179)
- Fix newsfeed: Convert HTML entities, codes and tag in description (#3191)
Expand Down
8 changes: 4 additions & 4 deletions fonts/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion fonts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
},
"dependencies": {
"@fontsource/roboto": "^5.0.8",
"@fontsource/roboto-condensed": "^5.0.12"
"@fontsource/roboto-condensed": "^5.0.13"
}
}
Loading

0 comments on commit f80889d

Please sign in to comment.