Skip to content

Commit

Permalink
chore: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cipchk committed Dec 8, 2023
1 parent d136dc9 commit 0c86436
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ stages:
jobs:
- job: build
steps:
- task: NodeTool@0
inputs:
versionSource: 'fromFile'
versionFilePath: '.nvmrc'
displayName: 'Install Node.js'
- script: |
node --version
yarn --version
Expand Down Expand Up @@ -76,7 +81,7 @@ stages:
env:
ACCESS_REPO: $(ACCESS_REPO)
ACCESS_TOKEN: $(ACCESS_TOKEN)
dependsOn: env
# dependsOn: env

- stage: test
jobs:
Expand Down

0 comments on commit 0c86436

Please sign in to comment.