Skip to content

Commit 3f07a42

Browse files
Add environment variable for Node version
Set environment variable to force JavaScript actions to use Node 24.
1 parent 275cb1f commit 3f07a42

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ name: Deploy Next.js to GitHub Pages
33
on:
44
workflow_dispatch:
55

6+
env:
7+
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
8+
69
permissions:
710
contents: read
811
pages: write

0 commit comments

Comments
 (0)