mirror of
https://github.com/frappe/books.git
synced 2024-12-22 19:09:01 +00:00
chore: set yarn version in publish.yml
This commit is contained in:
parent
e3347c6714
commit
227dab2c0c
6
.github/workflows/publish.yml
vendored
6
.github/workflows/publish.yml
vendored
@ -61,6 +61,9 @@ jobs:
|
||||
with:
|
||||
node-version: '16.13.1'
|
||||
|
||||
- name: Change yarn version
|
||||
run: yarn set version 1.22.18
|
||||
|
||||
- name: Checkout Books
|
||||
uses: actions/checkout@v2
|
||||
|
||||
@ -105,6 +108,9 @@ jobs:
|
||||
with:
|
||||
node-version: '16.13.1'
|
||||
|
||||
- name: Change yarn version
|
||||
run: yarn set version 1.22.18
|
||||
|
||||
- name: Checkout Books
|
||||
uses: actions/checkout@v2
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user