Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
jan
/
mustache.js
mirror da
https://github.com/janl/mustache.js
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Rilasci
46
Wiki
Attività
Sfoglia il codice sorgente
run build, package & lint jobs on node v20
pull/830/head
Luke Blaney
2 anni fa
parent
9f376c01c4
commit
176ed38d80
2 ha cambiato i file
con
4 aggiunte
e
4 eliminazioni
Visualizzazione separata
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
Vedi File
@@ -11,7 +11,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v1
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@v1
with:
node-version:
14
.x
node-version:
20
.x
- name: Get build-output from build step
uses: actions/download-artifact@v2
with:
+ 2
- 2
.github/workflows/verify.yml
Vedi File
@@ -11,7 +11,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v1
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@v1
with:
node-version:
14
.x
node-version:
20
.x
- name: npm install and build
run: |
npm install
Write
Preview
Loading…
Annulla
Salva