Skip to content

Commit 48e3abe

Browse files
committed
Merge remote-tracking branch 'origin/stable'
2 parents ec62fcd + 1913a3b commit 48e3abe

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/pages.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,13 @@ on:
1515
# Allows you to run this workflow manually from the Actions tab
1616
workflow_dispatch:
1717

18+
# Opt into Node.js 24 for JavaScript actions (configure-pages@v5 and the
19+
# upload-artifact SHA pinned inside upload-pages-artifact@v4 both still declare
20+
# node20; this silences the deprecation warning until those actions ship a
21+
# node24 release).
22+
env:
23+
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
24+
1825
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
1926
permissions:
2027
contents: read

0 commit comments

Comments
 (0)