Skip to content

Commit d7b2f82

Browse files
committed
Enable Node.js 24 for GitHub Actions workflow - set FORCE_JAVASCRIPT_ACTIONS_TO_NODE24 env variable
1 parent 80c8fe1 commit d7b2f82

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/nextjs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ jobs:
2828
# Build job
2929
build:
3030
runs-on: ubuntu-latest
31+
env:
32+
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
3133
steps:
3234
- name: Checkout
3335
uses: actions/checkout@v4.2.2

0 commit comments

Comments
 (0)