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; `actions-setup-node` prints this by default now
  • Loading branch information
XhmikosR committed Apr 28, 2020
1 parent 7b262ce commit c619461
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 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, 13]
node: [10, 12, 14]
os: [ubuntu-latest, windows-latest]

steps:
Expand All @@ -23,9 +23,6 @@ jobs:
with:
node-version: ${{ matrix.node }}

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

- name: Install npm dependencies
run: npm ci

Expand Down

0 comments on commit c619461

Please sign in to comment.