We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ec62fcd + 1913a3b commit 48e3abeCopy full SHA for 48e3abe
1 file changed
.github/workflows/pages.yml
@@ -15,6 +15,13 @@ on:
15
# Allows you to run this workflow manually from the Actions tab
16
workflow_dispatch:
17
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
+
25
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
26
permissions:
27
contents: read
0 commit comments