Skip to content

Commit

Permalink
chore: add support for nodejs 22 (#853)
Browse files Browse the repository at this point in the history
Co-authored-by: Martin Lächele <martin.laechele@kaufland-ecommerce.com>
  • Loading branch information
mlaechele and Martin Lächele committed Apr 30, 2024
1 parent afb2e46 commit aa59baf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs-ci-action.yml
Expand Up @@ -13,7 +13,7 @@ jobs:

strategy:
matrix:
node-version: [16.x, 18.x, 20.x, 21.x]
node-version: [16.x, 18.x, 20.x, 21.x, 22.x]

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -71,7 +71,7 @@
"rate-limiting"
],
"engines": {
"node": "^21 || ^20 || ^18 || ^16"
"node": "^22 || ^21 || ^20 || ^18 || ^16"
},
"support": true
}

0 comments on commit aa59baf

Please sign in to comment.