Remove End-of-Life Node.js 8.x

Node.js 8 went End-of-Life at the end of 2019 and should not be used in new workflows.
This commit is contained in:
Richard Lau
2020-01-12 08:33:58 +00:00
committed by GitHub
parent 121d2ab7ff
commit 595b40510a
+1 -1
View File
@@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
node-version: [8.x, 10.x, 12.x]
node-version: [10.x, 12.x]
steps:
- uses: actions/checkout@v2