Hugoifier

ci: use Node.js 24 for GitHub Actions

lmata 2026-03-18 02:16 trunk
Commit 18789746721936b658f77af79b2e6ced8c07e89ac899e8224ae32d92d8dc934d
--- .github/workflows/ci.yml
+++ .github/workflows/ci.yml
@@ -4,10 +4,13 @@
44
push:
55
branches: [main]
66
pull_request:
77
branches: [main]
88
9
+env:
10
+ FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
11
+
912
jobs:
1013
test:
1114
runs-on: ${{ matrix.os }}
1215
strategy:
1316
matrix:
1417
--- .github/workflows/ci.yml
+++ .github/workflows/ci.yml
@@ -4,10 +4,13 @@
4 push:
5 branches: [main]
6 pull_request:
7 branches: [main]
8
 
 
 
9 jobs:
10 test:
11 runs-on: ${{ matrix.os }}
12 strategy:
13 matrix:
14
--- .github/workflows/ci.yml
+++ .github/workflows/ci.yml
@@ -4,10 +4,13 @@
4 push:
5 branches: [main]
6 pull_request:
7 branches: [main]
8
9 env:
10 FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
11
12 jobs:
13 test:
14 runs-on: ${{ matrix.os }}
15 strategy:
16 matrix:
17

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button