diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c1d3465..d00b72c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [ '18.x', '20.x', '21.x' ] + node-version: [ '18.x', '20.x', '21.x', '22.x' ] steps: - uses: actions/checkout@v4 diff --git a/package-lock.json b/package-lock.json index 5a87489..5e3dede 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "spring-boot-dependency-checker", - "version": "0.1.0", + "version": "0.1.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "spring-boot-dependency-checker", - "version": "0.1.0", + "version": "0.1.1", "license": "\tGPL-3.0-or-later", "dependencies": { "fast-xml-parser": "^4.3.6", diff --git a/package.json b/package.json index dd068b0..53e4ef1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "spring-boot-dependency-checker", - "version": "0.1.0", + "version": "0.1.1", "description": "Spring Boot Dependency Checker - validate that you're using the versions Spring Boot has approved with your project.", "keywords": [ "spring boot",