chore: fix ci
This commit is contained in:
parent
098389510b
commit
2e81306d5e
1 changed files with 4 additions and 0 deletions
|
@ -21,6 +21,10 @@ jobs:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.M8A_ORG_BOT_REPO_TOKEN }}
|
token: ${{ secrets.M8A_ORG_BOT_REPO_TOKEN }}
|
||||||
|
|
||||||
|
- uses: actions/setup-node@v3
|
||||||
|
with:
|
||||||
|
node-version: 20
|
||||||
|
|
||||||
- run: yarn
|
- run: yarn
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue