Skip to content

Commit

Permalink
Merge branch 'main' into fix/deprecated-node-methods
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanzweifel committed Feb 20, 2024
2 parents 2ef86f4 + 0b2a22a commit 08f6e5f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased](https://github.com/stefanzweifel/sidecar-browsershot/compare/v2.1.0...HEAD)
## [Unreleased](https://github.com/stefanzweifel/sidecar-browsershot/compare/v2.2.0...HEAD)

## [v2.2.0](https://github.com/stefanzweifel/sidecar-browsershot/compare/v2.1.0...v2.2.0) - 2024-02-20

### Added

- Switch to Node 20 Runtime ([#115](https://github.com/stefanzweifel/sidecar-browsershot/pull/115))

## [v2.1.0](https://github.com/stefanzweifel/sidecar-browsershot/compare/v2.0.0...v2.1.0) - 2024-02-17

Expand Down
2 changes: 1 addition & 1 deletion src/Functions/BrowsershotFunction.php
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ protected function modifiedBrowserJs()
*/
public function runtime()
{
return 'nodejs18.x';
return 'nodejs20.x';
}

/**
Expand Down

0 comments on commit 08f6e5f

Please sign in to comment.