Skip to content

Commit 5c32deb

Browse files
Fixes #992 (#1000)
* Fixes #992 Adds node 22 as an allowed engine version * Updates node version to 22.x in continuous-integration.yml
1 parent e17b3aa commit 5c32deb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
strategy:
1818
matrix:
19-
node-version: [20.x]
19+
node-version: [22.x]
2020

2121
steps:
2222
- name: Checkout Package

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"NOTICE"
1111
],
1212
"engines": {
13-
"node": "^18 || ^19 || ^20",
13+
"node": "^18 || ^19 || ^20 || ^22",
1414
"npm": "^8 || ^9 || ^10"
1515
},
1616
"repository": {

0 commit comments

Comments
 (0)