Skip to content
This repository has been archived by the owner on Feb 1, 2022. It is now read-only.

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 29, 2020
1 parent d6f9145 commit 1900726
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: [6, 8, 10, 12]
node: [6, 8, 10, 12, 14]

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

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

- name: Install npm dependencies
run: npm install # switch to `npm ci` when Node.js 6.x is dropped

Expand Down

0 comments on commit 1900726

Please sign in to comment.