mirror of
https://github.com/pinry/pinry.git
synced 2026-01-11 09:42:10 +01:00
feature: remove support for nodejs 8.x and 10.x
This commit is contained in:
2
.github/workflows/node.js.yml
vendored
2
.github/workflows/node.js.yml
vendored
@@ -15,7 +15,7 @@ jobs:
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
node-version: [ 8.x, 10.x, 12.x, 14.x ]
|
||||
node-version: [ 12.x, 14.x ]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
Reference in New Issue
Block a user