This website works better with JavaScript.
首頁
探索
說明
登入
jan
/
mustache.js
镜像来自
https://github.com/janl/mustache.js
關註
1
收藏
0
複製
0
程式碼
問題管理
0
版本發佈
46
Wiki
Activity
瀏覽代碼
run build, package & lint jobs on node v20
pull/837/head
Luke Blaney
2 年之前
父節點
3065c9b064
當前提交
d8d50dacfc
共有
2 個文件被更改
,包括
4 次插入
和
4 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
.github/workflows/usage.yml
+2
-2
.github/workflows/verify.yml
+ 2
- 2
.github/workflows/usage.yml
查看文件
@@ -11,7 +11,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version:
14
.x
node-version:
20
.x
- name: npm install and build
run: |
npm install
@@ -33,7 +33,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version:
14
.x
node-version:
20
.x
- name: Get build-output from build step
uses: actions/download-artifact@v4
with:
+ 2
- 2
.github/workflows/verify.yml
查看文件
@@ -11,7 +11,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version:
14
.x
node-version:
20
.x
- run: npm install
- run: npm run test-lint
@@ -43,7 +43,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version:
14
.x
node-version:
20
.x
- name: npm install and build
run: |
npm install
Write
Preview
Loading…
取消
儲存