Hugoifier
ci: use Node.js 24 for GitHub Actions
Commit
18789746721936b658f77af79b2e6ced8c07e89ac899e8224ae32d92d8dc934d
Parent
3884774dfcd998c…
1 file changed
+3
| --- .github/workflows/ci.yml | ||
| +++ .github/workflows/ci.yml | ||
| @@ -4,10 +4,13 @@ | ||
| 4 | 4 | push: |
| 5 | 5 | branches: [main] |
| 6 | 6 | pull_request: |
| 7 | 7 | branches: [main] |
| 8 | 8 | |
| 9 | +env: | |
| 10 | + FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true | |
| 11 | + | |
| 9 | 12 | jobs: |
| 10 | 13 | test: |
| 11 | 14 | runs-on: ${{ matrix.os }} |
| 12 | 15 | strategy: |
| 13 | 16 | matrix: |
| 14 | 17 |
| --- .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 |