Skip to content

Commit

Permalink
Update to new CI pipelines (#1909)
Browse files Browse the repository at this point in the history
  • Loading branch information
dbaeumer authored Jul 30, 2024
1 parent eb660ef commit 5356bef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# VS Code ESLint extension

[![Build Status](https://dev.azure.com/ms/vscode-eslint/_apis/build/status/Microsoft.vscode-eslint)](https://dev.azure.com/ms/vscode-eslint/_build/latest?definitionId=18)
[![Build Status](https://dev.azure.com/vscode/vscode-eslint/_apis/build/status%2Fvscode-eslint?branchName=main)](https://dev.azure.com/vscode/vscode-eslint/_build?definitionId=51)

Integrates [ESLint](http://eslint.org/) into VS Code. If you are new to ESLint check the [documentation](http://eslint.org/).

Expand Down
4 changes: 2 additions & 2 deletions build/azure-pipelines/linux/build.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
steps:
- task: NodeTool@0
inputs:
versionSpec: '16.17.1'
displayName: 'Use Node.js 16.17.1'
versionSpec: '20.14.0'
displayName: 'Use Node.js 20.14.0'

- script: |
npm ci
Expand Down

0 comments on commit 5356bef

Please sign in to comment.