Skip to content

Commit

Permalink
Commit yarn.lock changes (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
SarantopoulosKon authored May 3, 2022
1 parent af79b34 commit 622b64d
Show file tree
Hide file tree
Showing 2 changed files with 6,623 additions and 6,724 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -118,10 +118,10 @@ stages:

- task: NodeTool@0
inputs:
versionSpec: '12.x'
versionSpec: '14.x'
- script: |
echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > ~/.npmrc
yarn
jlpm
displayName: 'Save npm token & install labextension dependencies'
env:
NPM_TOKEN: $(NPM_TOKEN)
Expand Down
Loading

0 comments on commit 622b64d

Please sign in to comment.