Update from node 12/6 to node 16 (#62907)

* Update from node 12/6 to node 18

azure defaults to node 6
github was set to node 12

* Fix typo and add test edit

* revert test edit
This commit is contained in:
Nathan Shively-Sanders
2022-11-04 10:01:47 -07:00
committed by GitHub
parent 9e8422463b
commit 489c95386d
2 changed files with 6 additions and 1 deletions

View File

@@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "12"
node-version: "16"
# forbid symlinks
- name: "Pre-run validation"

View File

@@ -8,6 +8,11 @@ jobs:
timeoutInMinutes: 360
steps:
- task: NodeTool@0
displayName: Use Node 16
inputs:
versionSpec: 16.x
checkLatest: true
- task: Npm@1
displayName: 'npm install'
inputs: