Skip to content

Commit f809235

Browse files
fix build
1 parent 2ae7fd9 commit f809235

File tree

2 files changed

+23
-3
lines changed

2 files changed

+23
-3
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,7 @@ defaults:
2727

2828
# Environment variables available to all jobs and steps in this workflow
2929
env:
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

3432
jobs:
3533
# Build job

package.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
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+
}

0 commit comments

Comments
 (0)