Skip to content

Commit f482198

Browse files
committed
chore: update node versions
1 parent 596c176 commit f482198

File tree

7 files changed

+32603
-14759
lines changed

7 files changed

+32603
-14759
lines changed

.ci/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- task: NodeTool@0
1616
inputs:
17-
versionSpec: '12.x'
17+
versionSpec: '16.x'
1818
displayName: 'Install Node.js'
1919

2020
- script: npm i -g vsce

.ci/verify.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
- task: NodeTool@0
1414
inputs:
15-
versionSpec: '12.x'
15+
versionSpec: '16.x'
1616
displayName: 'Install Node.js'
1717

1818
- bash: |

0 commit comments

Comments
 (0)