diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 9d8ae182..6eb9a697 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -13,7 +13,7 @@ jobs: strategy: matrix: - node-version: [16.x] + node-version: [18.x] os: [ubuntu-latest, windows-latest, macOS-latest] steps: diff --git a/package-lock.json b/package-lock.json index ed35b858..82d245bd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "azure-iot-explorer", - "version": "0.15.9", + "version": "0.15.11", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "azure-iot-explorer", - "version": "0.15.9", + "version": "0.15.11", "license": "MIT", "dependencies": { "@azure/core-amqp": "3.2.0", diff --git a/package.json b/package.json index 4993a908..ae612ed8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "azure-iot-explorer", - "version": "0.15.9", + "version": "0.15.11", "description": "This project welcomes contributions and suggestions. Most contributions require you to agree to a\r Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us\r the rights to use your contribution. For details, visit https://cla.microsoft.com.", "main": "host/electron.js", "build": { diff --git a/pipelines/common/install-node.yml b/pipelines/common/install-node.yml index dd90bc11..b2c5d079 100644 --- a/pipelines/common/install-node.yml +++ b/pipelines/common/install-node.yml @@ -1,4 +1,4 @@ steps: - task: NodeTool@0 inputs: - versionSpec: '16.x' \ No newline at end of file + versionSpec: '18.x'