Skip to content

Commit ab9c243

Browse files
authored
add node 22 support (#34)
* add node 22 support * bump version
1 parent 74aa8c7 commit ab9c243

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
strategy:
1212
matrix:
13-
node-version: [ '18.x', '20.x', '21.x' ]
13+
node-version: [ '18.x', '20.x', '21.x', '22.x' ]
1414

1515
steps:
1616
- uses: actions/checkout@v4

package-lock.json

Lines changed: 2 additions & 2 deletions
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
@@ -1,6 +1,6 @@
11
{
22
"name": "spring-boot-dependency-checker",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Spring Boot Dependency Checker - validate that you're using the versions Spring Boot has approved with your project.",
55
"keywords": [
66
"spring boot",

0 commit comments

Comments
 (0)