Skip to content

Commit

Permalink
update github version to node 14, update minimum versions for node an…
Browse files Browse the repository at this point in the history
…d yarn
  • Loading branch information
Stephan Krusche committed May 1, 2020
1 parent aa6d1aa commit ca8f3ea
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Use Node.js 13
- name: Use Node.js 14
uses: actions/setup-node@v1
with:
node-version: '13.x'
node-version: '14.x'
- name: Use Java 14
uses: actions/setup-java@v1
with:
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
- name: Use Node.js 13
uses: actions/setup-node@v1
with:
node-version: '13.x'
node-version: '14.x'
- uses: actions/checkout@v1
- name: Cache node modules
uses: actions/cache@v1
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,8 @@
"write-file-webpack-plugin": "4.5.1"
},
"engines": {
"node": ">=12.8.0",
"yarn": ">=1.17.3"
"node": ">=13.12.0",
"yarn": ">=1.22.0"
},
"lint-staged": {
"src/{main/webapp,test}/**/*.{json,ts,css,scss,html}": "prettier --write",
Expand Down

0 comments on commit ca8f3ea

Please sign in to comment.