From 83f7565414fc5597abdd791d5397bddfe6822032 Mon Sep 17 00:00:00 2001 From: robin Date: Fri, 12 Apr 2024 18:07:39 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20.github/workflows/build=5F?= =?UTF-8?q?jlext.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build_jlext.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_jlext.yml b/.github/workflows/build_jlext.yml index 32b04db..15e5e15 100644 --- a/.github/workflows/build_jlext.yml +++ b/.github/workflows/build_jlext.yml @@ -32,7 +32,7 @@ jobs: - name: Set Yarn version run: | - yarn set version stable + yarn set version 3.5.0 - name: Base Setup uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1