Skip to content

Commit dbfe39c

Browse files
Merge pull request #30 from jirikapoun:feat/node-20-22-23-support
feat: add support of Node ^20, ^22, ^23
2 parents 9f4b41c + de1051f commit dbfe39c

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

.gitattributes

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
# Declare files that will always have LF line endings on checkout.
2-
* text eol=lf
1+
* text=auto eol=lf

.github/workflows/integration.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616
node:
1717
- 18
1818
- 20
19+
- 22
20+
- 23
1921

2022
runs-on: ${{ matrix.os }}
2123
timeout-minutes: 10

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"typescript": "^5.7.3"
3232
},
3333
"engines": {
34-
"node": "^18 || >=20"
34+
"node": "^18 || ^20 || ^22 || ^23"
3535
},
3636
"homepage": "https://github.com/strvcom/heimdall",
3737
"keywords": [],

0 commit comments

Comments
 (0)