mirror of
https://github.com/frappe/books.git
synced 2024-11-09 15:20:56 +00:00
Merge branch 'master' into pr-751-electron-update
This commit is contained in:
commit
0ffdd2bcd3
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -13,7 +13,7 @@ jobs:
|
|||||||
- name: Setup node
|
- name: Setup node
|
||||||
uses: actions/setup-node@v2
|
uses: actions/setup-node@v2
|
||||||
with:
|
with:
|
||||||
node-version: '16.14.0'
|
node-version: '16.20.2'
|
||||||
|
|
||||||
- name: Set yarn version
|
- name: Set yarn version
|
||||||
run: yarn set version 1.22.18
|
run: yarn set version 1.22.18
|
||||||
|
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
@ -17,7 +17,7 @@ jobs:
|
|||||||
- name: Setup node
|
- name: Setup node
|
||||||
uses: actions/setup-node@v2
|
uses: actions/setup-node@v2
|
||||||
with:
|
with:
|
||||||
node-version: '16.14.0'
|
node-version: '16.20.2'
|
||||||
|
|
||||||
- name: Set yarn version
|
- name: Set yarn version
|
||||||
run: yarn set version 1.22.18
|
run: yarn set version 1.22.18
|
||||||
|
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
@ -9,7 +9,7 @@ jobs:
|
|||||||
- name: Setup node
|
- name: Setup node
|
||||||
uses: actions/setup-node@v2
|
uses: actions/setup-node@v2
|
||||||
with:
|
with:
|
||||||
node-version: '16.14.0'
|
node-version: '16.20.2'
|
||||||
|
|
||||||
- name: Checkout Books
|
- name: Checkout Books
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -17,7 +17,7 @@ jobs:
|
|||||||
- name: Setup node
|
- name: Setup node
|
||||||
uses: actions/setup-node@v2
|
uses: actions/setup-node@v2
|
||||||
with:
|
with:
|
||||||
node-version: '16.14.0'
|
node-version: '16.20.2'
|
||||||
|
|
||||||
- name: Set yarn version
|
- name: Set yarn version
|
||||||
run: yarn set version 1.22.18
|
run: yarn set version 1.22.18
|
||||||
|
Loading…
Reference in New Issue
Block a user