This website works better with JavaScript.
Home
Explore
Help
Sign In
jan
/
mustache.js
mirror of
https://github.com/janl/mustache.js
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
46
Wiki
Activity
Browse Source
Run tests on Node.js 14 & 15 as well
tags/v4.2.0
Phillip Johnsen
5 years ago
parent
36edf6874b
commit
de09ecaa56
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/verify.yml
+ 1
- 1
.github/workflows/verify.yml
View File
@@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
node-version: [8.x, 10.x, 12.x]
node-version: [8.x, 10.x, 12.x
, 14.x, 15.x
]
steps:
- uses: actions/checkout@v1
Write
Preview
Loading…
Cancel
Save