Skip to content

Commit

Permalink
Update supported Node versions
Browse files Browse the repository at this point in the history
  • Loading branch information
moonglum committed Jul 18, 2023
1 parent cb9885d commit d3b172a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
matrix:
node-version:
- 18.x
- 19.x
- 20.x
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"author": "Lucas Dohmen <lucas@dohmen.io> (https://lucas.dohmen.io/)",
"license": "Apache-2.0",
"engines": {
"node": ">=8"
"node": ">= 18"
},
"dependencies": {
"commonmark": "^0.30.0",
Expand Down

0 comments on commit d3b172a

Please sign in to comment.