File tree Expand file tree Collapse file tree 2 files changed +23
-3
lines changed
Expand file tree Collapse file tree 2 files changed +23
-3
lines changed Original file line number Diff line number Diff line change @@ -27,9 +27,7 @@ defaults:
2727
2828# Environment variables available to all jobs and steps in this workflow
2929env :
30- NODE_VERSION : " 22.14.0"
31- TINA_CLIENT_ID : ${{ vars.TINA_CLIENT_ID }}
32- TINA_TOKEN : ${{ vars.TINA_TOKEN }}
30+ NODE_VERSION : " 24.11.1"
3331
3432jobs :
3533 # Build job
Original file line number Diff line number Diff line change 1+ {
2+ "name" : " txlf-landing" ,
3+ "version" : " 1.0.0" ,
4+ "description" : " Landing page for Texas Linux Festival" ,
5+ "homepage" : " https://github.com/TXLF/txlf-landing#readme" ,
6+ "bugs" : {
7+ "url" : " https://github.com/TXLF/txlf-landing/issues"
8+ },
9+ "repository" : {
10+ "type" : " git" ,
11+ "url" : " git+https://github.com/TXLF/txlf-landing.git"
12+ },
13+ "license" : " MIT" ,
14+ "author" : " " ,
15+ "type" : " commonjs" ,
16+ "main" : " index.js" ,
17+ "scripts" : {
18+ "dev" : " hugo server --watch" ,
19+ "build" : " hugo --gc --minify --templateMetrics --templateMetricsHints --buildDrafts --buildExpired --buildFuture --forceSyncStatic" ,
20+ "test" : " hugo server --disableFastRender --navigateToChanged --templateMetrics --templateMetricsHints --buildDrafts --buildExpired --buildFuture --watch --forceSyncStatic -e production --minify"
21+ }
22+ }
You can’t perform that action at this time.
0 commit comments