From 8c0c68b0bdd3eec0380b934f5d334fecb37991c5 Mon Sep 17 00:00:00 2001 From: cipchk Date: Fri, 27 Oct 2023 11:30:36 +0800 Subject: [PATCH] chore: update --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 33240f2b09..7c3ddc0492 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -9,7 +9,7 @@ pool: stages: - stage: env jobs: - - job: Nodes + - job: Init steps: - task: NodeTool@0 displayName: 'Install Node.js' @@ -18,7 +18,7 @@ stages: - task: Cache@2 displayName: Cache Yarn packages inputs: - key: '"yarn" | "$(Agent.OS)" | yarn.lock' + key: '"yarn" | "$(Agent.OS)"' restoreKeys: | "yarn" | "$(Agent.OS)" "yarn"