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 4377cfa
Show file tree
Hide file tree
Showing 3 changed files with 3 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
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ significant changes for end users:

* fix compatability with current versions of faucet-pipeline
* remove support for JSX, Handlebars and Thymeleaf
* require Node >= 18

v0.9.0
------
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 4377cfa

Please sign in to comment.