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

Commit

Permalink
chore(Node): Drop explicit support for Node 8
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Node 8 no longer forms part of CI testing
  • Loading branch information
mfilip committed Jun 25, 2020
1 parent 3fd3f3e commit 9e417fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -9,7 +9,7 @@ jobs:

strategy:
matrix:
node-version: [12.x]
node-version: [10.x, 12.x, 14.x]

steps:
- uses: actions/checkout@v1
Expand Down

0 comments on commit 9e417fa

Please sign in to comment.