2
0
mirror of https://github.com/frappe/books.git synced 2024-12-23 03:19:01 +00:00

chore: set yarn version in publish.yml

This commit is contained in:
18alantom 2022-04-01 12:40:23 +05:30
parent e3347c6714
commit 227dab2c0c

View File

@ -61,6 +61,9 @@ jobs:
with: with:
node-version: '16.13.1' node-version: '16.13.1'
- name: Change yarn version
run: yarn set version 1.22.18
- name: Checkout Books - name: Checkout Books
uses: actions/checkout@v2 uses: actions/checkout@v2
@ -105,6 +108,9 @@ jobs:
with: with:
node-version: '16.13.1' node-version: '16.13.1'
- name: Change yarn version
run: yarn set version 1.22.18
- name: Checkout Books - name: Checkout Books
uses: actions/checkout@v2 uses: actions/checkout@v2