Skip to content
This repository has been archived by the owner on Mar 3, 2023. It is now read-only.

Commit

Permalink
Bump node version on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sadick254 committed Jul 2, 2021
1 parent 40bdd75 commit e72b83e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions script/vsts/platforms/templates/preparation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ steps:
- task: NodeTool@0
inputs:
versionSpec: 12.16.3
versionSpec: 12.18.3
force32bit: $(IsWinX86)
displayName: Install Node.js 12.16.3
displayName: Install Node.js 12.18.3

- script: npm install --global npm@6.14.8
displayName: Update npm
Expand Down

0 comments on commit e72b83e

Please sign in to comment.