diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 45e810b..0ab5efc 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -9,7 +9,7 @@ jobs: strategy: matrix: - node-version: [ 18.x, 19.x, 20.x ] + node-version: [ 18.x, 20.x, 22.x ] steps: - name: Checkout diff --git a/package-lock.json b/package-lock.json index b500ce2..e2ed94f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "socketcan", - "version": "4.0.4", + "version": "4.0.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "socketcan", - "version": "4.0.4", + "version": "4.0.5", "hasInstallScript": true, "license": "MIT", "os": [ diff --git a/package.json b/package.json index 55d93e4..4e61907 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "email": "sebastian@sebastianhaas.info" }, "description": "A SocketCAN abstraction layer for NodeJS.", - "version": "4.0.4", + "version": "4.0.5", "license": "MIT", "repository": { "type": "git",