更新 .github/workflows/build_jlext.yml

This commit is contained in:
2024-04-12 17:01:09 +08:00
parent 7b074d2837
commit 1de149141d

View File

@@ -29,6 +29,9 @@ jobs:
https://github.com/yarnpkg/yarn/releases/download/v1.22.22/yarn-1.22.22.js
chmod +x $HOME/bin/yarn
echo "$HOME/bin" >> $GITHUB_PATH
- name: Set Yarn version
run: |
yarn set version stable
- name: Base Setup