From f8815b0eeb2cd1ce7b886ff8a1dd0dd0deb9ddfb Mon Sep 17 00:00:00 2001 From: Matt Busche Date: Sat, 27 Apr 2024 22:54:37 -0500 Subject: [PATCH 1/2] add node 22 support --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From 3b2dfb62c2575bed18ae9d2bc9f566f2bc36f19a Mon Sep 17 00:00:00 2001 From: Matt Busche Date: Sat, 27 Apr 2024 22:55:40 -0500 Subject: [PATCH 2/2] bump version --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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",