Skip to content

Commit

Permalink
Merge branch 'master' of github.com:crisp-oss/email-forward-parser
Browse files Browse the repository at this point in the history
  • Loading branch information
valeriansaliou committed Nov 6, 2023
2 parents 5e2a8ed + 9d6b14f commit b086965
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node-version: [10.x, 12.x, 14.x, 16.x, 18.x, 20.x]
node-version: [16.x, 18.x, 20.x]
fail-fast: false

runs-on: ${{ matrix.os }}
Expand Down
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "email-forward-parser",
"version": "1.4.2",
"version": "1.5.6",
"description": "Parses forwarded emails and extract content",
"author": "Eliott Vincent <eliott@crisp.chat>",
"main": "lib/index.js",
Expand All @@ -12,14 +12,18 @@
"bugs": {
"url": "https://github.com/crisp-oss/email-forward-parser/issues"
},
"engineStrict": true,
"engines": {
"node": ">=14.18.0"
},
"scripts": {
"test": "nodeunit ./test/index.js"
},
"devDependencies": {
"nodeunit-x": "0.15.0"
},
"dependencies": {
"re2": "1.18.0"
"re2": "1.20.1"
},
"keywords": [
"parser",
Expand Down

0 comments on commit b086965

Please sign in to comment.