Skip to content

Commit

Permalink
Use node 18.x in pipeline (#487)
Browse files Browse the repository at this point in the history
  • Loading branch information
EzioLi01 authored Aug 15, 2024
1 parent 41420f4 commit 6515b1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .ci/common-validation.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
steps:
- task: NodeTool@0
displayName: "Use Node 16.x"
displayName: "Use Node 18.x"
inputs:
versionSpec: 16.x
versionSpec: 18.x
- bash: npm install gulp -g --force
displayName: "npm install gulp -g"
- bash: npm ci
Expand Down

0 comments on commit 6515b1a

Please sign in to comment.