This website works better with JavaScript.
Home
Help
Sign In
heuzef
/
pinry
mirror of
https://github.com/pinry/pinry.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
44
Wiki
Activity
Browse Source
feature: remove support for nodejs 8.x and 10.x
tags/v2.1.8
winkidney
2 years ago
parent
2768aab6bf
commit
86bc3ce08a
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
.github/workflows/node.js.yml
+ 1
- 1
.github/workflows/node.js.yml
View File
@@ -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
Write
Preview
Loading…
Cancel
Save