Skip to content

Commit

Permalink
bump packages + dependencies to latest versions, add node 19 to githu…
Browse files Browse the repository at this point in the history
…b create build strategy and remove node 14
  • Loading branch information
kolorfilm committed Feb 3, 2023
1 parent d65a7a6 commit 6789276
Show file tree
Hide file tree
Showing 4 changed files with 1,775 additions and 1,892 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

strategy:
matrix:
node-version: [14.x, 16.x, 18.x]
node-version: [16.x, 18.x, 19.x]

steps:
- uses: actions/checkout@v3
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [2.0.3.3] - 2023-02-03

### Change

- bump packages + dependencies to latest versions

## [2.0.3.2] - 2022-10-28

### Change
Expand Down
Loading

0 comments on commit 6789276

Please sign in to comment.