Skip to content

Commit

Permalink
SP-912 Add Node.js 22 support
Browse files Browse the repository at this point in the history
  • Loading branch information
Damian Matuszczak committed Jul 26, 2024
1 parent 006db29 commit d88d8f8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:

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

steps:
- uses: actions/checkout@v3
Expand All @@ -66,7 +66,7 @@ jobs:

strategy:
matrix:
node-version: [ 18.x ]
node-version: [18.x]

steps:
- uses: actions/checkout@v3
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "6.0.1",
"description": "Complete version of the NodeJS library for the new cryptographically secure BitPay API",
"engines": {
"node": ">=18.0.0 <22.0.0"
"node": ">=18.0.0 <23.0.0"
},
"main": "dist/index",
"typings": "dist/index",
Expand Down Expand Up @@ -70,4 +70,4 @@
"ts-jest": "29.1.5",
"typescript": "5.2.2"
}
}
}

0 comments on commit d88d8f8

Please sign in to comment.