Skip to content

Commit

Permalink
bump to node20
Browse files Browse the repository at this point in the history
  • Loading branch information
ringabout authored Oct 31, 2023
1 parent 103f2d8 commit a98b29a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ jobs:
- task: NodeTool@0
inputs:
versionSpec: '16.x'
displayName: 'Install node.js 16.x'
versionSpec: '20.x'
displayName: 'Install node.js 20.x'
condition: and(succeeded(), eq(variables['skipci'], 'false'))

- bash: |
Expand Down

0 comments on commit a98b29a

Please sign in to comment.