Skip to content

Commit f4a46f9

Browse files
committed
M8: Opt into Node.js 24 for GitHub Pages workflow
Set FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true to silence deprecation warnings and future-proof the workflow Made-with: Cursor
1 parent 48ca970 commit f4a46f9

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/pages.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ concurrency:
2121
jobs:
2222
deploy:
2323
runs-on: ubuntu-latest
24+
env:
25+
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
2426
steps:
2527
- name: Checkout
2628
uses: actions/checkout@v4

0 commit comments

Comments
 (0)