Skip to content

Commit

Permalink
Merge pull request #679 from YingXue/ying/npmrc
Browse files Browse the repository at this point in the history
* Update install-node.yml

* Update nodejs.yml
  • Loading branch information
c-ryan-k authored Dec 11, 2024
2 parents 7c81fa5 + db0d40a commit bafd8fd
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

strategy:
matrix:
node-version: [16.x]
node-version: [18.x]
os: [ubuntu-latest, windows-latest, macOS-latest]

steps:
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion pipelines/common/install-node.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
steps:
- task: NodeTool@0
inputs:
versionSpec: '16.x'
versionSpec: '18.x'

0 comments on commit bafd8fd

Please sign in to comment.