Skip to content

Commit 4218b03

Browse files
Update CI node version
1 parent 2d5b0f9 commit 4218b03

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

azure-pipelines.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ stages:
4949
displayName: 'Test Formating'
5050
condition: eq(variables['python.version'], '3.8')
5151

52-
- task: NodeTool@0
52+
- task: UseNode@1
5353
inputs:
54-
versionSpec: '18.x'
54+
version: '20.x'
5555
- script: jlpm
5656
displayName: 'Install labextension dependencies'
5757
env:
@@ -103,9 +103,9 @@ stages:
103103
- script: 'pip install twine build setuptools setuptools_scm jupyter-packaging==0.10.6 jupyterlab==3.6.5'
104104
displayName: 'Install twine/build'
105105

106-
- task: NodeTool@0
106+
- task: UseNode@1
107107
inputs:
108-
versionSpec: '18.x'
108+
version: '20.x'
109109
- script: |
110110
echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > ~/.npmrc
111111
jlpm

0 commit comments

Comments
 (0)