mirror of
https://github.com/frappe/books.git
synced 2024-11-08 23:00:56 +00:00
build: bump node to latest LTS
- ci/cd: switch macOS and windows to post-latest
This commit is contained in:
parent
8c14fd7b65
commit
3798c9bb8d
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -12,12 +12,12 @@ on:
|
||||
|
||||
jobs:
|
||||
setup_and_build:
|
||||
runs-on: macos-latest
|
||||
runs-on: macos-11
|
||||
steps:
|
||||
- name: Setup node
|
||||
uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: '16.4.0'
|
||||
node-version: '16.13.1'
|
||||
|
||||
- name: Set yarn version
|
||||
run: yarn set version 1.22.17
|
||||
|
16
.github/workflows/publish.yml
vendored
16
.github/workflows/publish.yml
vendored
@ -4,12 +4,12 @@ on: workflow_dispatch
|
||||
|
||||
jobs:
|
||||
build-macos:
|
||||
runs-on: macos-latest
|
||||
runs-on: macos-11
|
||||
steps:
|
||||
- name: Setup node
|
||||
uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: '16.4.0'
|
||||
node-version: '16.13.1'
|
||||
|
||||
- name: Change yarn version
|
||||
run: yarn set version 1.22.17
|
||||
@ -57,10 +57,7 @@ jobs:
|
||||
- name: Setup node
|
||||
uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: '16.4.0'
|
||||
|
||||
- name: Change yarn version
|
||||
run: yarn set version 1.22.17
|
||||
node-version: '16.13.1'
|
||||
|
||||
- name: Checkout Books
|
||||
uses: actions/checkout@v2
|
||||
@ -93,7 +90,7 @@ jobs:
|
||||
yarn electron:build --linux --publish always
|
||||
|
||||
build-windows:
|
||||
runs-on: windows-latest
|
||||
runs-on: windows-2022
|
||||
defaults:
|
||||
run:
|
||||
shell: bash
|
||||
@ -102,10 +99,7 @@ jobs:
|
||||
- name: Setup node
|
||||
uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: '16.4.0'
|
||||
|
||||
- name: Change yarn version
|
||||
run: yarn set version 1.22.17
|
||||
node-version: '16.13.1'
|
||||
|
||||
- name: Checkout Books
|
||||
uses: actions/checkout@v2
|
||||
|
@ -66,7 +66,7 @@
|
||||
"*.{js,vue}": "vue-cli-service lint"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=16.4.0",
|
||||
"node": ">=16.13.1",
|
||||
"yarn": "1.22.17"
|
||||
},
|
||||
"prettier": {
|
||||
|
Loading…
Reference in New Issue
Block a user