Skip to content

Commit

Permalink
Ci updates
Browse files Browse the repository at this point in the history
* add Node.js 14
* remove no longer needed steps; the latest `actions/setup-node` prints this info by default
  • Loading branch information
XhmikosR committed Apr 28, 2020
1 parent 0480816 commit ae75c87
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node: [10, 12]
node: [10, 12, 14]

steps:
- name: Clone repository
Expand All @@ -22,8 +22,6 @@ jobs:
with:
node-version: ${{ matrix.node }}

- run: node --version
- run: npm --version
- run: java -version

- name: Install npm dependencies
Expand Down

0 comments on commit ae75c87

Please sign in to comment.