add yarn
This commit is contained in:
7
.github/workflows/build_jlext.yml
vendored
7
.github/workflows/build_jlext.yml
vendored
@@ -16,6 +16,13 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
|
- name: Install yarn
|
||||||
|
run: |-
|
||||||
|
curl -fsSL --create-dirs -o $HOME/bin/yarn \
|
||||||
|
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: Base Setup
|
- name: Base Setup
|
||||||
uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
|
uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user