Skip to content

Commit

Permalink
chore: add node 22 support
Browse files Browse the repository at this point in the history
Signed-off-by: Ute Weiss <[email protected]>
  • Loading branch information
weissu42 committed Nov 15, 2024
1 parent 514cc45 commit 2ef0431
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:

strategy:
matrix:
node: [18, 20]
node: [18, 20, 22]

steps:
- name: Checkout the repository
Expand All @@ -26,10 +26,10 @@ jobs:
steps:
- name: Checkout the repository
uses: actions/checkout@v4
- name: Use Node.js 18
- name: Use Node.js 22
uses: actions/setup-node@v4
with:
node-version: 18
node-version: 22
- run: npm ci
- run: npm run lint

Expand All @@ -38,7 +38,7 @@ jobs:

strategy:
matrix:
node: [18, 20]
node: [18, 20, 22]

steps:
- name: Checkout the repository
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ restricted to a constant interval.

## Supported Node Versions

momo-scheduler is currently tested on the node LTS versions 18 and 20.
momo-scheduler is currently tested on the node LTS versions 18, 20 and 22.

## License

Expand Down
14 changes: 7 additions & 7 deletions 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 @@ -44,7 +44,7 @@
},
"devDependencies": {
"@sinonjs/fake-timers": "13.0.5",
"@stylistic/eslint-plugin": "^2.8.0",
"@stylistic/eslint-plugin": "2.8.0",
"@types/human-interval": "1.0.2",
"@types/jest": "29.5.14",
"@types/lodash": "4.17.12",
Expand Down

0 comments on commit 2ef0431

Please sign in to comment.