Skip to content

Commit

Permalink
feat: updated node version
Browse files Browse the repository at this point in the history
  • Loading branch information
schaechinger committed Oct 13, 2022
1 parent 746db7f commit 955e4f6
Show file tree
Hide file tree
Showing 4 changed files with 639 additions and 377 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
strategy:
matrix:
platform: [ubuntu-latest, macos-latest, windows-latest]
node-version: [10.x, 12.x, 14.x, 16.x, 18.x]
node-version: [14.x, 16.x, 18.x]

name: Testing @ node ${{ matrix.node-version }} / ${{ matrix.platform }}
runs-on: ${{ matrix.platform }}
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [0.9.2] - 2022-10-13

### Changed

- Minimum node version is now 14.20.0

### Fixed

- Fixed failing Portokasse login after platform links were updated (Thanks to @as19git67)
Expand Down
Loading

0 comments on commit 955e4f6

Please sign in to comment.