Skip to content

Commit

Permalink
chore: Change supported Node versions
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Node versions below 12 are not officially supported anymore.
  • Loading branch information
jhnns committed Sep 2, 2021
1 parent da961f1 commit 202ff9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -16,7 +16,7 @@ jobs:

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

steps:
- uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f # pin@v2
Expand Down

0 comments on commit 202ff9f

Please sign in to comment.