Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
jan
/
mustache.js
réplica de
https://github.com/janl/mustache.js
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Lanzamientos
46
Wiki
Actividad
Explorar el Código
run build, package & lint jobs on node v20
pull/837/head
Luke Blaney
hace 2 años
padre
3065c9b064
commit
d8d50dacfc
Se han
modificado 2 ficheros
con
4 adiciones
y
4 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+2
-2
.github/workflows/usage.yml
+2
-2
.github/workflows/verify.yml
+ 2
- 2
.github/workflows/usage.yml
Ver fichero
@@ -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
Ver fichero
@@ -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
Escribir
Vista previa
Cargando…
Cancelar
Guardar