This website works better with JavaScript.
首頁
說明
登入
heuzef
/
pinry
镜像来自
https://github.com/pinry/pinry.git
關註
1
收藏
0
複製
0
程式碼
問題管理
0
版本發佈
44
Wiki
Activity
瀏覽代碼
feature: remove support for nodejs 8.x and 10.x
tags/v2.1.8
winkidney
2 年之前
父節點
2768aab6bf
當前提交
86bc3ce08a
共有
1 個文件被更改
,包括
1 次插入
和
1 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
.github/workflows/node.js.yml
+ 1
- 1
.github/workflows/node.js.yml
查看文件
@@ -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…
取消
儲存