Skip to content

Commit

Permalink
Fix issues with Node 18
Browse files Browse the repository at this point in the history
  • Loading branch information
sawyerh committed Dec 26, 2022
1 parent 2e5c86e commit efb0fb4
Show file tree
Hide file tree
Showing 8 changed files with 1,848 additions and 1,849 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
cache: npm
cache-dependency-path: package-lock.json

Expand Down
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
nodejs 16.15.1
nodejs 18.12.1
1,312 changes: 643 additions & 669 deletions packages/highlights-email-to-json/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/highlights-email-to-json/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"license": "MIT",
"dependencies": {
"front-matter": "^2.3.0",
"mailparser": "^2.3.2"
"mailparser": "^3.6.2"
},
"devDependencies": {
"mz": "^2.7.0"
Expand Down
Loading

1 comment on commit efb0fb4

@vercel
Copy link

@vercel vercel bot commented on efb0fb4 Dec 26, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.