We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d5b0f9 commit 4218b03Copy full SHA for 4218b03
1 file changed
azure-pipelines.yaml
@@ -49,9 +49,9 @@ stages:
49
displayName: 'Test Formating'
50
condition: eq(variables['python.version'], '3.8')
51
52
- - task: NodeTool@0
+ - task: UseNode@1
53
inputs:
54
- versionSpec: '18.x'
+ version: '20.x'
55
- script: jlpm
56
displayName: 'Install labextension dependencies'
57
env:
@@ -103,9 +103,9 @@ stages:
103
- script: 'pip install twine build setuptools setuptools_scm jupyter-packaging==0.10.6 jupyterlab==3.6.5'
104
displayName: 'Install twine/build'
105
106
107
108
109
- script: |
110
echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > ~/.npmrc
111
jlpm
0 commit comments