2
0
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:
18alantom 2021-12-13 18:43:22 +05:30
parent 8c14fd7b65
commit 3798c9bb8d
3 changed files with 8 additions and 14 deletions

View File

@ -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

View File

@ -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

View File

@ -66,7 +66,7 @@
"*.{js,vue}": "vue-cli-service lint"
},
"engines": {
"node": ">=16.4.0",
"node": ">=16.13.1",
"yarn": "1.22.17"
},
"prettier": {