Skip to content

Commit

Permalink
Update dependencies (#130)
Browse files Browse the repository at this point in the history
* Update dependencies
* Add missing optional chaining operator
* Add support for Node v22.x
  • Loading branch information
BenBaryoPX authored Dec 9, 2024
1 parent 13855f7 commit abcec7a
Show file tree
Hide file tree
Showing 4 changed files with 121 additions and 129 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

strategy:
matrix:
node-version: [18.x, 20.x]
node-version: [18.x, 20.x, 22.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
Expand Down
Loading

0 comments on commit abcec7a

Please sign in to comment.