Skip to content

Commit

Permalink
Merge pull request #805 from localnerve/rc-4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
localnerve authored Aug 7, 2024
2 parents 1723985 + f6888d7 commit 5e88c2f
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 17 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: [18.x, 20.x, 22.4.1]
node-version: [18.x, 20.x, 22.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
Expand Down
29 changes: 15 additions & 14 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "html-snapshots",
"version": "3.15.0",
"version": "4.0.1",
"author": {
"name": "Alex Grant",
"email": "[email protected]",
Expand Down Expand Up @@ -55,7 +55,7 @@
"combine-errors": "3.0.3",
"got": "^13.0.0",
"phantomjs-prebuilt": "2.1.16",
"puppeteer": "^22.15.0",
"puppeteer": "^23.0.1",
"xml2js": "0.6.2"
},
"devDependencies": {
Expand Down

0 comments on commit 5e88c2f

Please sign in to comment.