Skip to content

Commit

Permalink
Merge pull request #634 from localnerve/rc-3.0.0
Browse files Browse the repository at this point in the history
Rc 3.0.0 - Node 18+, puppeteer@22.0.0, security override
  • Loading branch information
localnerve authored Feb 8, 2024
2 parents 2287aaa + c709005 commit b308301
Show file tree
Hide file tree
Showing 4 changed files with 285 additions and 197 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

strategy:
matrix:
node-version: [16.x, 18.x, 20.x]
node-version: [18.x, 20.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
Expand Down
4 changes: 4 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ An overview of the [Breaking Changes](#breaking-changes) and [Node Support](#nod

## Breaking Changes

### Introduced in v3.0.0
#### Dropped support for Node 16.

### Introduced in v2.0.0
#### Dropped support for Node 14.

Expand Down Expand Up @@ -46,3 +49,4 @@ The upside is jQuery is no longer required to be loaded by the page being snapsh
| `v0.19.x ` | Node 14+ |
| `v1.x ` | Node 14+ |
| `v2.x ` | Node 16+ |
| `v3.x ` | Node 18+ |
Loading

0 comments on commit b308301

Please sign in to comment.