Skip to content

Commit

Permalink
Merge pull request #429 from davidtaylorhq/node-version
Browse files Browse the repository at this point in the history
Update allowed `node` versions
  • Loading branch information
NullVoxPopuli authored Nov 13, 2023
2 parents e877b68 + d2baecc commit 53e8c1b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/clever-cats-brush.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'highlightjs-glimmer': patch
---

Declare support for Node 20
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ jobs:
- "14"
- "16"
- "18"
- "20"
steps:
- uses: actions/checkout@v4
- uses: felixmosh/turborepo-gh-artifacts@v2
Expand All @@ -72,6 +73,7 @@ jobs:
- "14"
- "16"
- "18"
- "20"
steps:
- uses: actions/checkout@v4
- uses: felixmosh/turborepo-gh-artifacts@v2
Expand Down
2 changes: 1 addition & 1 deletion highlightjs-glimmer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"lint:prettier:fix": "prettier --write ."
},
"engines": {
"node": "^14 || ^16 || ^18"
"node": "^14 || ^16 || ^18 || >= 20"
},
"devDependencies": {
"@babel/core": "^7.23.3",
Expand Down

0 comments on commit 53e8c1b

Please sign in to comment.