Skip to content

Commit

Permalink
Merge pull request #30 from jirikapoun:feat/node-20-22-23-support
Browse files Browse the repository at this point in the history
feat: add support of Node ^20, ^22, ^23
  • Loading branch information
robertrossmann authored Jan 13, 2025
2 parents 9f4b41c + de1051f commit dbfe39c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
# Declare files that will always have LF line endings on checkout.
* text eol=lf
* text=auto eol=lf
2 changes: 2 additions & 0 deletions .github/workflows/integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
node:
- 18
- 20
- 22
- 23

runs-on: ${{ matrix.os }}
timeout-minutes: 10
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"typescript": "^5.7.3"
},
"engines": {
"node": "^18 || >=20"
"node": "^18 || ^20 || ^22 || ^23"
},
"homepage": "https://github.com/strvcom/heimdall",
"keywords": [],
Expand Down

0 comments on commit dbfe39c

Please sign in to comment.